Skip to content

Instantly share code, notes, and snippets.

@yashprakash13
Created March 26, 2022 16:49
Show Gist options
  • Save yashprakash13/d23e85dac184e7486bdce9c5eec78bf3 to your computer and use it in GitHub Desktop.
Save yashprakash13/d23e85dac184e7486bdce9c5eec78bf3 to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment