mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
|
[flake8]
|
||
|
; Minimal configuration for Flake8 to work with Black.
|
||
|
max-line-length = 100
|
||
|
ignore = E101,E111,E112,E221,E222,E501,E711,E712,W503,W504,F401
|