Skip to content

Commit

Permalink
chore: drop uneeded config option (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Feb 21, 2024
1 parent ef54d13 commit ad07cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ exclude_lines = [ "pragma: no cover", "if TYPE_CHECKING:", "@overload" ]
[tool.mypy]
files = [ "nox/**/*.py", "noxfile.py" ]
python_version = "3.7"
show_error_codes = true
strict = true
warn_unreachable = true
enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]
Expand Down

0 comments on commit ad07cb5

Please sign in to comment.