Skip to content

Commit

Permalink
build: stricter mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 29, 2024
1 parent cbc740d commit 44f27cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exclude_lines = [
[tool.mypy]
python_version = "3.12"
# python_executable = ".venv/env/virtual/jinjarope/Scripts/python.exe"
disable_error_code = ["assignment", "misc", "import", "has-type"]
disable_error_code = ["misc", "import"]
pretty = true
check_untyped_defs = true
exclude = ['venv/', '.venv/', 'tests/']
Expand Down

0 comments on commit 44f27cf

Please sign in to comment.