Skip to content

Instantly share code, notes, and snippets.

@wxllow
Created July 24, 2022 21:32
Show Gist options
  • Save wxllow/a16416c3e53f2a1209aa060f545067a4 to your computer and use it in GitHub Desktop.
Save wxllow/a16416c3e53f2a1209aa060f545067a4 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-symlinks
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/hadialqattan/pycln
rev: v2.0.2
hooks:
- id: pycln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment