mirror of https://codeberg.org/topola/topola.git
chore(pre-commit): add `reuse lint` check to pre-commit for REUSE compliance
This commit is contained in:
parent
d343a98a50
commit
fcc3515fe7
|
|
@ -10,6 +10,10 @@ repos:
|
||||||
#- id: clippy
|
#- id: clippy
|
||||||
#args: []
|
#args: []
|
||||||
- id: cargo-check
|
- 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
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||||
rev: v3.4.0
|
rev: v3.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue