This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/.pre-commit-config.yaml
renovate[bot] 2ceb170cb5 feat(deps): update pre-commit hook adrienverge/yamllint to v1.35.1 (#12)
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | adrienverge/yamllint | v1.32.0 | v1.35.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Truxnell <19149206+truxnell@users.noreply.github.com>
2024-03-26 11:57:00 +00:00

28 lines
717 B
YAML

---
fail_fast: false
repos:
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- args:
- --config-file
- .github/lint/.yamllint.yaml
id: yamllint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-added-large-files
args: [--maxkb=2048]
- id: check-merge-conflict
- id: check-executables-have-shebangs
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
- id: remove-crlf
- id: remove-tabs
exclude: (Makefile)