Initial commit
This commit is contained in:
16
setup.cfg
Normal file
16
setup.cfg
Normal file
@@ -0,0 +1,16 @@
|
||||
[flake8]
|
||||
extend-ignore = E203
|
||||
|
||||
[mypy]
|
||||
follow_imports = silent
|
||||
strict_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = True
|
||||
disallow_any_generics = True
|
||||
check_untyped_defs = True
|
||||
no_implicit_reexport = True
|
||||
disallow_untyped_defs = True
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tests.*]
|
||||
ignore_errors = True
|
||||
Reference in New Issue
Block a user