From 31ac0b30382468e635750b2f572310d26b317d13 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Mon, 6 Nov 2023 16:35:07 +0000 Subject: [PATCH] Fail --- .pre-commit-config.yaml | 14 +++++++------- README.md | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c83ff92..511c8b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,13 @@ repos: - repo: local hooks: + - id: reuse + name: reuse + entry: reuse + args: [lint] + language: python + pass_filenames: false + description: Lint files to comply with the REUSE Specification - id: salt-lint name: salt-lint entry: scripts/salt-lint.sh @@ -18,13 +25,6 @@ repos: language: script pass_filenames: true description: Lint Shellscripts - - id: reuse - name: reuse - entry: reuse - args: [lint] - language: python - pass_filenames: false - description: Lint files to comply with the REUSE Specification - id: gitlint name: gitlint language: python diff --git a/README.md b/README.md index 4f54767..3353fd1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # qusal + ## Table of Contents * [Description](#description)