Files
git-hooks/.flake8
Joel Brobecker b257af6fd2 Add pre-commit configuration, running black and flake8
Change-Id: I63361c4109a25c73ebc1ccec14fdd9b4f57cd945
2021-04-18 15:24:04 +04:00

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