eive-tmtc/.flake8

19 lines
274 B
Plaintext
Raw Normal View History

2023-02-23 15:13:35 +01:00
[flake8]
max-line-length = 100
ignore = D203, W503
per-file-ignores =
*/__init__.py: F401
exclude =
.git,
__pycache__,
docs/conf.py,
2023-06-19 17:16:00 +02:00
deps
2023-02-23 15:13:35 +01:00
old,
build,
dist,
venv
max-complexity = 10
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,