We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650b396 commit 73fae02Copy full SHA for 73fae02
mypy-ratchet.json
@@ -2,8 +2,7 @@
2
"cbv/importer/importers.py": {
3
"Call to untyped function \"get_code\" in typed context [no-untyped-call]": 1,
4
"Function is missing a type annotation [no-untyped-def]": 1,
5
- "Function is missing a type annotation for one or more arguments [no-untyped-def]": 12,
6
- "Module has no attribute \"formatargspec\" [attr-defined]": 1
+ "Function is missing a type annotation for one or more arguments [no-untyped-def]": 12
7
},
8
"cbv/management/commands/cbv_dumpversion.py": {
9
"Function is missing a type annotation [no-untyped-def]": 1
0 commit comments