reverting pylintrc change

This commit is contained in:
Firq 2023-10-01 22:34:03 +02:00
parent e215aa81e0
commit 472462af50
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

10
backend/.pylintrc Normal file
View file

@ -0,0 +1,10 @@
[MAIN]
disable=
line-too-long,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,