Files
adguard-control-hub/.flake8
Rafal Zielinski 4553eb454a
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 24s
refactor: Refactoring most of the project
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-09-28 15:34:46 +01:00

12 lines
240 B
INI

[flake8]
max-line-length = 127
exclude =
.git,
__pycache__,
.venv,
venv,
.pytest_cache
ignore =
E203, # whitespace before ':'
W503, # line break before binary operator
E501, # line too long (handled by black)