mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
8 lines
103 B
INI
8 lines
103 B
INI
[flake8]
|
|
exclude =
|
|
.*,
|
|
__pycache__,
|
|
node_modules
|
|
max-line-length = 100
|
|
max-complexity = 10
|