Skip to content

Instantly share code, notes, and snippets.

@smithdc1
Last active November 6, 2020 08:14
Show Gist options
  • Save smithdc1/66e6f696beec25e47fdbbef4bca4ab34 to your computer and use it in GitHub Desktop.
Save smithdc1/66e6f696beec25e47fdbbef4bca4ab34 to your computer and use it in GitHub Desktop.
Django pre-commit
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment