Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mypy-ratchet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"Function is missing a type annotation [no-untyped-def]": 1
},
"cbv/migrations/0001_initial.py": {
"Need type annotation for \"dependencies\" (hint: \"dependencies: List[<type>] = ...\") [var-annotated]": 1
"Need type annotation for \"dependencies\" (hint: \"dependencies: list[<type>] = ...\") [var-annotated]": 1
},
"cbv/models.py": {
"\"Callable[[Klass], Tuple[str, str, str, str]]\" has no attribute \"dependencies\" [attr-defined]": 1,
"\"Callable[[Module], Tuple[str, str, str]]\" has no attribute \"dependencies\" [attr-defined]": 1,
"\"Callable[[Klass], tuple[str, str, str, str]]\" has no attribute \"dependencies\" [attr-defined]": 1,
"\"Callable[[Module], tuple[str, str, str]]\" has no attribute \"dependencies\" [attr-defined]": 1,
"Missing return statement [return]": 1
},
"cbv/templatetags/cbv_tags.py": {
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ identify==2.3.0
# via pre-commit
iniconfig==1.1.1
# via pytest
mypy==0.931
mypy==1.15.0
# via -r requirements.dev.in
mypy-extensions==0.4.3
mypy-extensions==1.1.0
# via mypy
mypy-json-report==0.1.3
# via -r requirements.dev.in
Expand Down Expand Up @@ -71,7 +71,7 @@ types-requests==2.27.7
# via -r requirements.dev.in
types-urllib3==1.26.7
# via types-requests
typing-extensions==4.0.1
typing-extensions==4.13.2
# via mypy
virtualenv==20.8.1
# via pre-commit