Files
sentclaw/backend/.flake8
T
2026-04-07 16:05:05 +08:00

12 lines
152 B
INI

[flake8]
max-line-length = 100
extend-ignore = E203, W503
exclude =
.git,
__pycache__,
.venv,
venv,
build,
dist,
*.egg-info