Skip to content

Instantly share code, notes, and snippets.

@craiga
Last active February 26, 2018 16:55
Show Gist options
  • Save craiga/3642f6af37f2271efafa5c5a55bf3cdd to your computer and use it in GitHub Desktop.
Save craiga/3642f6af37f2271efafa5c5a55bf3cdd to your computer and use it in GitHub Desktop.
pycodestyle and pydocstyle configuration for new Django projects
[pycodestyle]
show-pep8 = 1
exclude = migrations
[pydocstyle]
match = (?!\d{4}_).*\.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment