.pre-commit-config.yaml: enable reuse

This commit is contained in:
Aminda Suomalainen 2023-05-09 12:01:10 +03:00
parent 95cd85bdad
commit c6c8dbc5b8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ repos:
- id: doctoc
args: [--update-only]
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
hooks: