Skip to content

Commit

Permalink
Merge pull request #164 from alexwlchan/strict-mypy
Browse files Browse the repository at this point in the history
Simplify my config for `mypy`
  • Loading branch information
alexwlchan authored Jul 11, 2024
2 parents 1b9d140 + 34fce34 commit f613704
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,4 @@ fail_under = 90

[tool.mypy]
mypy_path = "src"
check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
no_implicit_reexport = true
show_error_codes = true
strict_equality = true
warn_redundant_casts = true
warn_return_any = true
warn_unused_configs = true
warn_unused_ignores = true
strict = true

0 comments on commit f613704

Please sign in to comment.