Skip to content

Commit

Permalink
Exclude generated tests from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 24, 2023
1 parent 1c6507d commit b39387c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ profile = "black"
python_version = "3.8"
ignore_missing_imports = true
warn_unused_configs = true
exclude = ["./tests/test_py311_generated"]

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit b39387c

Please sign in to comment.