pre-commit/.pre-commit-config.yaml
Dreaded_X 3005d66482
All checks were successful
Build and deploy censorbot / Run pre-commit checks (push) Successful in 57s
Build and deploy censorbot / Build Docker image (push) Successful in 4m27s
Initial commit
2024-06-15 03:11:59 +02:00

21 lines
493 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/crate-ci/typos
rev: v1.22.7
hooks:
- id: typos
args: ["--force-exclude"]
- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
rev: v0.1.0
hooks:
- id: dockerfilelint