isms
9 years ago
4 changed files with 44 additions and 1 deletions
@ -1,2 +1,6 @@ |
|||||||
cookiecutter-data-science |
cookiecutter-data-science |
||||||
------------------------- |
------------------------- |
||||||
|
|
||||||
|
To start a new project: |
||||||
|
|
||||||
|
cookiecutter [email protected]:drivendata/cookiecutter-data-science.git |
||||||
|
@ -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 |
Loading…
Reference in new issue