mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-08 22:44:21 +03:00
e1a740472f
* feat(chat): add name update * chore(linting): add flake8 * feat: add chat name edit
5 lines
150 B
INI
5 lines
150 B
INI
[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
|