Skip to content

Instantly share code, notes, and snippets.

@ringsaturn
Created November 11, 2019 04:04
Show Gist options
  • Save ringsaturn/16e8742cbf77262c2a536612d4732fb3 to your computer and use it in GitHub Desktop.
Save ringsaturn/16e8742cbf77262c2a536612d4732fb3 to your computer and use it in GitHub Desktop.
pre-commit 三板斧
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