2022-09-19 05:28:50 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-12-12 16:34:09 +00:00
|
|
|
rev: v4.4.0
|
2022-09-19 05:28:50 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-added-large-files
|
2022-11-13 16:24:59 +00:00
|
|
|
exclude_types: ["png"]
|
2022-09-19 05:28:50 +00:00
|
|
|
- repo: https://github.com/kamadorueda/alejandra
|
|
|
|
rev: 3.0.0
|
|
|
|
hooks:
|
|
|
|
- id: alejandra-system
|