Files
knightcrawler/.pre-commit-config.yaml
2024-03-08 14:34:54 +00:00

19 lines
465 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-json
- id: check-toml
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
exclude: ^src/node/consumer/test/
args: ["-L", "strem,chage"]