dotfiles/.pre-commit-config.yaml

14 lines
349 B
YAML
Raw Normal View History

2022-09-19 05:28:50 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
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