Skip to content

Instantly share code, notes, and snippets.

@etano
Last active February 4, 2020 12:01
Show Gist options
  • Select an option

  • Save etano/2f856ff953fd543d469b17e26ff8fdd2 to your computer and use it in GitHub Desktop.

Select an option

Save etano/2f856ff953fd543d469b17e26ff8fdd2 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: flake8
args: ['--ignore=E203']
- repo: https://github.com/godaddy/tartufo
rev: v1.1.1
hooks:
- id: tartufo
language: python
args: [--pre-commit, --cleanup, --regex]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment