Explorar el Código

fix: pre-commit-hooks.nix trying to be too clever

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 1 año
padre
commit
33f44c5eb5
Se han modificado 1 ficheros con 20 adiciones y 0 borrados
  1. 20 0
      REUSE.toml

+ 20 - 0
REUSE.toml

@@ -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"