Skip to content

Instantly share code, notes, and snippets.

@stephen-bunn
Created April 24, 2019 19:07
Show Gist options
  • Save stephen-bunn/eeb961b5a5d706885f9324e0281e51dd to your computer and use it in GitHub Desktop.
Save stephen-bunn/eeb961b5a5d706885f9324e0281e51dd to your computer and use it in GitHub Desktop.
Medium - Pre-commit sample configuration
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/seed-isort-config
rev: v1.5.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.4
hooks:
- id: isort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment