We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6441507 commit 3dbbeecCopy full SHA for 3dbbeec
pyproject.toml
@@ -82,9 +82,7 @@ default-groups = "all"
82
[tool.mypy]
83
ignore_missing_imports = true
84
strict = true
85
-# TODO: Remove this when explicit-override is enabled by default in strict mode
86
-# https://github.com/python/mypy/issues/17511
87
-enable_error_code = ["explicit-override"]
+enable_error_code = ["deprecated", "explicit-override"]
88
# If certain strict config options are too pedantic for a project,
89
# disable them selectively here by setting to false.
90
0 commit comments