Skip to content

Instantly share code, notes, and snippets.

@mxchinegod
Created January 27, 2023 13:04
Show Gist options
  • Save mxchinegod/aa07401ebc920ba11ec6b8f503e4676b to your computer and use it in GitHub Desktop.
Save mxchinegod/aa07401ebc920ba11ec6b8f503e4676b to your computer and use it in GitHub Desktop.
a basic cleanup pre-commit configuration on the cloud
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
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment