Skip to content

Commit 4427b21

Browse files
committed
build(deps): make reuse a pre-commit dependency instead of a system dep
1 parent 5a07b37 commit 4427b21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ repos:
5959
hooks:
6060
- id: reuse-annotate
6161
name: reuse-annotate
62+
language: python
63+
additional_dependencies: ["reuse"]
6264
entry: reuse annotate -l MIT --merge-copyrights --single-line -c "Mathis Logemann <[email protected]>"
6365
types_or: [c++, qml, proto, cmake, python, pyi]
6466
pass_filenames: true
65-
language: system
6667
stages: [ manual ]

0 commit comments

Comments
 (0)