mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
chore: list all ignored flake8 rules explicit
This commit is contained in:
parent
0c990ccb58
commit
3aeceb6383
1 changed files with 5 additions and 0 deletions
5
.flake8
5
.flake8
|
@ -1,5 +1,10 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore =
|
ignore =
|
||||||
|
# The following ignores can be removed when formatting using black
|
||||||
|
W191,W291,W292,W293,W391,W504
|
||||||
|
E101,E111,E114,E116,E117,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,
|
||||||
|
E201,E202,E221,E222,E225,E226,E231,E241,E251,E252,E261,E265,E271,E272,E275,
|
||||||
|
E301,E302,E303,E305,E306,
|
||||||
# line break before binary operator
|
# line break before binary operator
|
||||||
W503,
|
W503,
|
||||||
# inline comment should start with '# '
|
# inline comment should start with '# '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue