added .pylintrc
This commit is contained in:
parent
a6726436ba
commit
d3511baea3
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/config/.pylintrc
Normal file
7
.forgejo/workflows/config/.pylintrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
[MESSAGES CONTROL]
|
||||
disable=
|
||||
missing-module-docstring,
|
||||
missing-function-docstring,
|
||||
line-too-long,
|
||||
too-many-arguments,
|
||||
too-many-instance-attributes
|
Loading…
Reference in a new issue