Skip to content

Commit

Permalink
fix: pre-commit-hooks.nix trying to be too clever
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Dec 16, 2024
1 parent 5330392 commit 33f44c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,23 @@ SPDX-License-Identifier = "EUPL-1.2"
path = ".github/**.md"
SPDX-FileCopyrightText = "2024 Christina Sørensen"
SPDX-License-Identifier = "EUPL-1.2"

# pre-commit-hooks.nix cause these to appear in commit check:(

[[annotations]]
path = ".cache/pre-commit/README"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Christina Sørensen"
SPDX-License-Identifier = "EUPL-1.2"

[[annotations]]
path = ".cache/pre-commit/db.db"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Christina Sørensen"
SPDX-License-Identifier = "EUPL-1.2"

[[annotations]]
path = ".gitconfig"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Christina Sørensen"
SPDX-License-Identifier = "EUPL-1.2"

0 comments on commit 33f44c5

Please sign in to comment.