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 14a8cd0 commit 738c723Copy full SHA for 738c723
‎pyproject.toml‎
@@ -94,15 +94,9 @@ extend-ignore-identifiers-re = ['ND|Nd']
94
95
[tool.mypy]
96
strict = true
97
-strict_bytes = true
98
-
99
-enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
100
-warn_unreachable = false
101
-warn_unused_ignores = true
102
-disallow_any_decorated = false
103
-disallow_any_explicit = false
104
-disallow_any_expr = false
105
disallow_subclassing_any = false
+enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
+warn_unreachable = false # required by repo-review
106
107
[tool.pyright]
108
exclude = [
0 commit comments