Add isort, black and flake8 to dev-requirements.txt (+ remove support to pylint).

This commit is contained in:
Davide Casale
2024-02-26 19:26:33 +01:00
parent 47777304ab
commit d3f402fbc7
2 changed files with 0 additions and 25 deletions

View File

@@ -1,25 +0,0 @@
[MAIN]
py-version=3.8.0
[MESSAGES CONTROL]
disable=
missing-docstring,
multiple-imports,
too-few-public-methods,
too-many-instance-attributes
[VARIABLES]
allowed-redefined-builtins=all,dir,format,id,len,type
[FORMAT]
max-line-length=120
expected-line-ending-format=LF
[BASIC]
good-names=f,t,id,ip,on,pl,tf,to,A,B,C,D,E,F
[TYPECHECK]
generated-members=websockets
[STRING]
check-quote-consistency=yes

Binary file not shown.