Skip to content

Commit

Permalink
Merge (#1591): Pin reuse version to 2.1.0
Browse files Browse the repository at this point in the history
Pin reuse version to 2.1.0

Fixes #1590 

Related PR: #1591
  • Loading branch information
pratikvn authored Apr 4, 2024
2 parents d3b859b + dec10b9 commit 9bd8c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
name: reuse-annotate
entry: reuse annotate --license BSD-3-Clause --copyright 'The Ginkgo authors' --style c --merge-copyright
language: python
additional_dependencies: [reuse]
additional_dependencies: [reuse==2.1.0]
types_or: [c, c++, cuda, inc]
exclude: |
(?x)^(
Expand Down

0 comments on commit 9bd8c0d

Please sign in to comment.