mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
* Ãmade config files for black and flake8 pre-commit pipeline * added documentation for pre-commit pipeline * Mitigates tag change error * removed black version in pre commit config * Add E711 to the list of ignored flake8 errors See #330 Co-authored-by: Lukas Molleman <Lukas.Molleman@gmail.com> Co-authored-by: Andrew Noyes <andrew.noyes@snowflake.com>
5 lines
124 B
INI
5 lines
124 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, F403, F401, E711
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9 |