mirror of
https://github.com/AdaCore/git-hooks.git
synced 2026-02-12 12:43:11 -08:00
10 lines
298 B
INI
10 lines
298 B
INI
[flake8]
|
|
exclude = .git,__pycache__
|
|
filename = *.py
|
|
# See
|
|
# https://github.com/psf/black/blob/master/docs/compatible_configs.md#black-compatible-configurations
|
|
# to understand the max-line-length and extend-ignore settings.
|
|
max-line-length = 88
|
|
extend-ignore: E203
|
|
select = ANN,B,B9,BLK,C,E,F,T4,W
|