Add pylintrc

This mostly is intended for standalone scripts and disables some lints
that make sense for larger projects.
home-manager
Simon Bruder 2020-09-09 16:13:21 +02:00
parent 02c2a87f19
commit 13db62afb5
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 7 additions and 0 deletions

7
home/.pylintrc Normal file
View File

@ -0,0 +1,7 @@
disable =
import-error,
invalid-name,
missing-docstring,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes