This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.pylintrc
Simon Bruder 13db62afb5
Add pylintrc
This mostly is intended for standalone scripts and disables some lints
that make sense for larger projects.
2020-09-09 16:13:21 +02:00

8 lines
154 B
INI

disable =
import-error,
invalid-name,
missing-docstring,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes