Skip to content

Commit 7998c26

Browse files
committed
Updated REUSE version
1 parent ac21445 commit 7998c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def _validate_pre_commit_config_yaml(self, file_info):
579579
errors.append(ERROR_BLACK_VERSION)
580580

581581
reuse_repo = "repo: https://github.com/fsfe/reuse-tool"
582-
reuse_version = "rev: v0.12.1"
582+
reuse_version = "rev: v0.14.0"
583583

584584
if reuse_repo not in text or reuse_version not in text:
585585
errors.append(ERROR_REUSE_VERSION)

0 commit comments

Comments
 (0)