Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Have mypy show and require error codes for clearer ignoring
  • Loading branch information
PeterJCLaw committed Sep 24, 2022
commit f62f4f8509b7c56fbcefc1368d6359769b3470f8
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