chore(pre-commit): add `reuse lint` check to pre-commit for REUSE compliance

This commit is contained in:
Mikolaj Wielgus 2024-12-30 00:30:20 +01:00
parent d343a98a50
commit fcc3515fe7
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ repos:
#- id: clippy
#args: []
- id: cargo-check
- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
hooks:
- id: reuse-lint-file
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
hooks: