Created
January 27, 2023 13:04
-
-
Save mxchinegod/aa07401ebc920ba11ec6b8f503e4676b to your computer and use it in GitHub Desktop.
a basic cleanup pre-commit configuration on the cloud
This file contains 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/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