Skip to content

Commit

Permalink
Add warn_unused_ignores and enable_error_code options to mypy configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
PhilipMay committed Jan 2, 2024
1 parent 9556b22 commit ee4197a
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 @@ -168,4 +168,5 @@ notice-rgx = "(# Copyright \\(c\\) \\d{4}.*\\n)+# This software is distributed u

[tool.mypy]
ignore_missing_imports = true
warn_unused_ignores = true
enable_error_code=["ignore-without-code"]

0 comments on commit ee4197a

Please sign in to comment.