Skip to content

Commit

Permalink
Switches to a more strict mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 15, 2025
1 parent 136acc0 commit 8eda49d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ replace = """

[tool.mypy]
python_version = 3.9
follow_imports = "silent"
warn_redundant_casts = true
strict = true
warn_unreachable = true
warn_unused_ignores = true
disallow_any_generics = true
disallow_untyped_defs = true
mypy_path = "$MYPY_CONFIG_FILE_DIR"

[tool.ruff]
Expand Down

0 comments on commit 8eda49d

Please sign in to comment.