(try) to improve tooling
This commit is contained in:
15
setup.cfg
Normal file
15
setup.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[mypy]
|
||||
strict_optional = True
|
||||
check_untyped_defs = True
|
||||
allow_redefinition = True
|
||||
|
||||
|
||||
[mypy-pytest]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
||||
[flake8]
|
||||
max-line-length = 160
|
||||
# Ignore non PEP 8 compliant rules as suggested by black
|
||||
extend-ignore =
|
||||
E203 # https://github.com/psf/black/blob/master/docs/the_black_code_style.md#slices
|
||||
Reference in New Issue
Block a user