24 lines
No EOL
729 B
YAML
24 lines
No EOL
729 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: check-yaml
|
|
args: [ --allow-multiple-documents ]
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-case-conflict
|
|
- id: check-added-large-files
|
|
- id: check-executables-have-shebangs
|
|
- id: check-illegal-windows-names
|
|
- id: check-merge-conflict
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: check-toml
|
|
- id: mixed-line-ending
|
|
args: [ --fix=lf ]
|
|
- id: trailing-whitespace
|
|
args: [ --markdown-linebreak-ext=md ]
|
|
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.10.0
|
|
hooks:
|
|
- id: black |