mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* chore(pre-commit): match black version with requirements-dev * run `make black` against repo * ci: switch to black 24.4.2 * fix: py312 * fix: flake8 errors * fix: flake8 conflicts * chore: add git blame ignore revs file
9 lines
124 B
INI
9 lines
124 B
INI
[flake8]
|
|
exclude =
|
|
.*,
|
|
__pycache__,
|
|
node_modules
|
|
max-line-length = 100
|
|
max-complexity = 10
|
|
extend-ignore = E704
|