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.
untyped-decorator
1 parent 910e98a commit 925b99dCopy full SHA for 925b99d
1 file changed
pyproject.toml
@@ -53,7 +53,7 @@ skip_glob = "tests/*_files/*"
53
54
[tool.mypy]
55
check_untyped_defs = true
56
-disable_error_code = ["no-untyped-def", "misc", "no-untyped-call", "no-any-return"]
+disable_error_code = ["no-untyped-def", "untyped-decorator", "no-untyped-call", "no-any-return"]
57
python_version = "3.10"
58
strict = true
59
warn_unreachable = true
0 commit comments