mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 11:46:12 +02:00
chg: [test] Updated mypy configuration.
This commit is contained in:
parent
415afc3ac8
commit
be3e32ef6c
5 changed files with 83 additions and 155 deletions
13
mypy.ini
Normal file
13
mypy.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[mypy]
|
||||
check_untyped_defs = True
|
||||
ignore_errors = False
|
||||
ignore_missing_imports = True
|
||||
strict_optional = True
|
||||
no_implicit_optional = True
|
||||
warn_unused_ignores = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_configs = True
|
||||
warn_unreachable = True
|
||||
|
||||
show_error_context = True
|
||||
pretty = True
|
Loading…
Add table
Add a link
Reference in a new issue