diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea14b31..f30fd61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml | |||
| @@ -1,6 +1,14 @@ | |||
| 1 | # See https://pre-commit.com for more information | 1 | # See https://pre-commit.com for more information |
| 2 | # See https://pre-commit.com/hooks.html for more hooks | 2 | # See https://pre-commit.com/hooks.html for more hooks |
| 3 | repos: | 3 | repos: |
| 4 | - repo: local | ||
| 5 | hooks: | ||
| 6 | - id: ocicl-lint | ||
| 7 | name: ocicl-lint | ||
| 8 | language: system | ||
| 9 | entry: ocicl lint | ||
| 10 | pass_filenames: true | ||
| 11 | files: \.(lisp|asd)$ | ||
| 4 | - repo: https://github.com/fsfe/reuse-tool | 12 | - repo: https://github.com/fsfe/reuse-tool |
| 5 | rev: v6.1.2 | 13 | rev: v6.1.2 |
| 6 | hooks: | 14 | hooks: |