Skip to content

Commit

Permalink
Have mypy show and require error codes for clearer ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 24, 2022
1 parent 7c76fbe commit fb49812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ per-file-ignores=
[mypy]
ignore_missing_imports=true
strict_optional=true
show_error_codes = true
enable_error_code = ignore-without-code

[coverage:run]
branch=True
Expand Down

0 comments on commit fb49812

Please sign in to comment.