Start to flesh out READMEs
This commit is contained in:
11
{{ cookiecutter.repo_name }}/.pylintrc
Normal file
11
{{ cookiecutter.repo_name }}/.pylintrc
Normal file
@@ -0,0 +1,11 @@
|
||||
[MASTER]
|
||||
load-plugins=pylint_common
|
||||
|
||||
[FORMAT]
|
||||
max-line-length=120
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=missing-docstring,invalid-name
|
||||
|
||||
[DESIGN]
|
||||
max-parents=13
|
||||
Reference in New Issue
Block a user