mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-11-09 20:47:28 +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
|