From e797ff64aba8120d7caa5e90709854fb25d30d19 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 9 Feb 2021 21:40:42 -0600 Subject: [PATCH] pin the 'reuse' tool's version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cd77e3..0bcba9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: black - repo: https://github.com/fsfe/reuse-tool - rev: latest + rev: v0.12.1 hooks: - id: reuse - repo: https://github.com/pre-commit/pre-commit-hooks