Skip to content

Commit 738c723

Browse files
committed
🔧 remove redundant mypy config options
1 parent 14a8cd0 commit 738c723

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,9 @@ extend-ignore-identifiers-re = ['ND|Nd']
9494

9595
[tool.mypy]
9696
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
10597
disallow_subclassing_any = false
98+
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
99+
warn_unreachable = false # required by repo-review
106100

107101
[tool.pyright]
108102
exclude = [

0 commit comments

Comments
 (0)