mypy: Remove show_error_codes

Default since 0.991: https://mypy-lang.blogspot.com/2022/11/mypy-0990-released.html
This commit is contained in:
Florian Bruhin 2024-04-09 19:13:27 +02:00
parent b255e1c36a
commit f6b752ffb0
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ disallow_any_unimported = True
enable_error_code = ignore-without-code
### Output
show_error_codes = True
show_error_context = True
pretty = True