From fcc3515fe7f57dd1de3ddf13326ca1888e8faf81 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Mon, 30 Dec 2024 00:30:20 +0100 Subject: [PATCH] chore(pre-commit): add `reuse lint` check to pre-commit for REUSE compliance --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3765239..b068313 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: