Created
November 11, 2019 04:04
-
-
Save ringsaturn/16e8742cbf77262c2a536612d4732fb3 to your computer and use it in GitHub Desktop.
pre-commit 三板斧
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/psf/black | |
rev: stable | |
hooks: | |
- id: black | |
language_version: python3 | |
- repo: https://gitlab.com/pycqa/flake8 | |
rev: 3.7.7 | |
hooks: | |
- id: flake8 | |
- repo: https://github.com/asottile/seed-isort-config | |
rev: v1.9.3 | |
hooks: | |
- id: seed-isort-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment