Skip to content

Commit c9b433a

Browse files
committed
refactor: remove redundant mypy configuration options for clarity
1 parent 7c34f60 commit c9b433a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,8 @@ python_version = "3.14"
4141
mypy_path = "src,typings"
4242
strict = true
4343
pretty = true
44-
explicit_package_bases = true
45-
warn_return_any = true
46-
warn_unused_configs = true
4744
warn_unreachable = true
48-
warn_incomplete_stub = true
4945
warn_no_return = true
50-
warn_redundant_casts = true
51-
warn_unused_ignores = true
5246

5347
[[tool.mypy.overrides]]
5448
module = ["questionary", "questionary.*", "platformdirs"]

0 commit comments

Comments
 (0)