Skip to content

Just another quick fix#3349

Merged
UnknownPlatypus merged 10 commits into
typeddjango:masterfrom
bitmooze:master
May 2, 2026
Merged

Just another quick fix#3349
UnknownPlatypus merged 10 commits into
typeddjango:masterfrom
bitmooze:master

Conversation

@bitmooze

Copy link
Copy Markdown
Contributor

I have made things!

Related issues

Type of "check_password" is partially unknown
  Type of "check_password" is "(password: str | None, encoded: str, setter: ((...) -> Unknown) | None = ..., preferred: str = ...) -> bool"

Fix

Callable[..., Any]

AI Policy

  • I have read and agree to the AI Policy, removed any "Co-Authored-By" lines attributing coding agents, and manually reviewed the final result

bitmooze and others added 5 commits April 22, 2026 23:08
It gave me an error in viscose when set to strict type checking so this is the easiest way to fix it.
Update sites.pyi | Just a simple type fix
Quick fix

Warning
Type of "check_password" is partially unknown
  Type of "check_password" is "(password: str | None, encoded: str, setter: ((...) -> Unknown) | None = ..., preferred: str = ...) -> bool"

Fix
Callable[..., Any]
Comment thread django-stubs/contrib/auth/hashers.pyi Outdated
Comment thread django-stubs/core/files/storage/base.pyi Outdated
@UnknownPlatypus UnknownPlatypus merged commit 9048fdc into typeddjango:master May 2, 2026
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants