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)