Files
2026-07-13 13:23:40 +08:00

10 lines
101 B
INI

[flake8]
max-line-length = 100
ignore =
E203,
W503,
[isort]
profile=black
lines_between_types=1