Skip to content

Commit 36981df

Browse files
committed
fix: exclude reuse from pre-commit.ci
Lets avoid it for now. We run pre-commit directly as well and the pre-commit.ci is needed to apply formatting, what reuse does not do. See fsfe/reuse-tool#1244 and pre-commit-ci/runner-image#310
1 parent 1321f78 commit 36981df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update-pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ if "skip" not in data["ci"]:
7979
if "gitleaks-docker" not in data["ci"]["skip"]:
8080
data["ci"]["skip"].append("gitleaks-docker")
8181
changed = True
82+
if "reuse" not in data["ci"]["skip"]:
83+
data["ci"]["skip"].append("reuse")
84+
changed = True
8285

8386
# Save changed file
8487
if changed:

0 commit comments

Comments
 (0)