2022-06-12 15:17:28 +01:00
|
|
|
[mypy]
|
|
|
|
no_implicit_optional = True
|
|
|
|
warn_unused_ignores = True
|
|
|
|
strict_optional = True
|
|
|
|
check_untyped_defs = True
|
|
|
|
ignore_missing_imports = True
|
|
|
|
disallow_untyped_calls = True
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
disallow_incomplete_defs = True
|
2022-07-29 08:46:44 +01:00
|
|
|
exclude=
|
|
|
|
docker/dev/volumes
|
2022-06-12 15:17:28 +01:00
|
|
|
|
|
|
|
[isort]
|
|
|
|
multi_line_output=3
|
|
|
|
include_trailing_comma=True
|
|
|
|
force_grid_wrap=0
|
|
|
|
use_parentheses=True
|
|
|
|
line_length=88
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
extend_ignore=E128,E501
|