8 lines
103 B
INI
8 lines
103 B
INI
[flake8]
|
|
extend_ignore=E128,E501
|
|
|
|
[isort]
|
|
not_skip = __init__.py
|
|
|
|
[mypy]
|
|
ignore_missing_imports = true
|