Skip to content

Commit

Permalink
[#60] Instruct MyPy to ignore examples/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tombulled committed Feb 25, 2024
1 parent 814fe0e commit ae31085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ ignore_missing_imports = true
show_error_codes = true
warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true
warn_unused_ignores = true
exclude = ["examples/"]

0 comments on commit ae31085

Please sign in to comment.