Skip to content

Instantly share code, notes, and snippets.

@mr-ubik
Created September 11, 2018 07:06
Show Gist options
  • Save mr-ubik/aa2acb717fbddb89b2e67fa3b055a3e2 to your computer and use it in GitHub Desktop.
Save mr-ubik/aa2acb717fbddb89b2e67fa3b055a3e2 to your computer and use it in GitHub Desktop.
Personal Collection of pre-commit configurations
# Python
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.4
hooks:
- id: isort
args: ["--silent-overwrite"]
- repo: https://github.com/ambv/black
rev: 18.6b4
hooks:
- id: black
language_version: python3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment