this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 29 lines 730 B view raw
1--- 2fail_fast: false 3repos: 4 - repo: https://github.com/adrienverge/yamllint 5 rev: v1.38.0 6 hooks: 7 - args: 8 - --config-file 9 - .github/lint/.yamllint.yaml 10 id: yamllint 11 - repo: https://github.com/pre-commit/pre-commit-hooks 12 rev: v6.0.0 13 hooks: 14 - id: trailing-whitespace 15 - id: end-of-file-fixer 16 - id: mixed-line-ending 17 - repo: https://github.com/Lucas-C/pre-commit-hooks 18 rev: v1.5.6 19 hooks: 20 - id: remove-crlf 21 - id: remove-tabs 22 - repo: https://github.com/sirosen/fix-smartquotes 23 rev: 0.2.0 24 hooks: 25 - id: fix-smartquotes 26 - repo: https://github.com/k8s-at-home/sops-pre-commit 27 rev: v2.1.1 28 hooks: 29 - id: forbid-secrets