Last active
February 4, 2020 12:01
-
-
Save etano/2f856ff953fd543d469b17e26ff8fdd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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