Skip to content

Instantly share code, notes, and snippets.

@craiga
Last active February 21, 2018 16:01
Show Gist options
  • Save craiga/ed101815f0dccbe99f3d45e2c29e7b3c to your computer and use it in GitHub Desktop.
Save craiga/ed101815f0dccbe99f3d45e2c29e7b3c to your computer and use it in GitHub Desktop.
Pylint configuration for new Django projects
[MASTER]
load-plugins = pylint.extensions.mccabe, pylint_django
ignore-patterns = manage.py, \d{4}.*.py
good-names = application, urlpatterns
[REPORTS]
output-format = colorized
[TYPECHECK]
generated-members = url, py*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment