1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00
quay/.flake8
2022-06-16 18:22:16 +02:00

8 lines
103 B
INI

[flake8]
exclude =
.*,
__pycache__,
node_modules
max-line-length = 100
max-complexity = 10