Add pylintrc
This mostly is intended for standalone scripts and disables some lints that make sense for larger projects.
This commit is contained in:
parent
02c2a87f19
commit
13db62afb5
7
home/.pylintrc
Normal file
7
home/.pylintrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
disable =
|
||||
import-error,
|
||||
invalid-name,
|
||||
missing-docstring,
|
||||
too-few-public-methods,
|
||||
too-many-arguments,
|
||||
too-many-instance-attributes
|
Reference in a new issue