Skip to content

Commit 73fae02

Browse files
committed
Update type ratchet file
1 parent 650b396 commit 73fae02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy-ratchet.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"cbv/importer/importers.py": {
33
"Call to untyped function \"get_code\" in typed context [no-untyped-call]": 1,
44
"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
5+
"Function is missing a type annotation for one or more arguments [no-untyped-def]": 12
76
},
87
"cbv/management/commands/cbv_dumpversion.py": {
98
"Function is missing a type annotation [no-untyped-def]": 1

0 commit comments

Comments
 (0)