tomtom-international / cookiecutter-python

:cookie: Cookiecutter template for Python packages
Apache License 2.0
18 stars 8 forks source link

feat(pylint): generate pylintrc out of pylint directly #45

Closed martinm82 closed 5 years ago

martinm82 commented 5 years ago

I ran pylint --generate-rcfile > \{\{cookiecutter.project_name\}\}/.pylintrc to generate the file based on pylint version 2.3.1 to ensure we don't drift that much away from the default configuration