Skip to content

Commit

Permalink
Fix pre-commit hook
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Sep 10, 2024
1 parent 97074ed commit 4f420af
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
# SPDX-License-Identifier: GPL-3.0-or-later

- id: reuse
name: reuse
name: reuse lint
entry: reuse
args: ["lint", "lint-file"]
args: ["lint"]
language: python
pass_filenames: false
description:
"Lint the project directory for compliance with the REUSE Specification"
"Lint the project directory for compliance with the REUSE Specification."

- id: reuse-lint-file
name: reuse lint-file
entry: reuse
args: ["lint-file"]
language: python
description:
"Lint the changed files for compliance with the REUSE Specification."

0 comments on commit 4f420af

Please sign in to comment.