This commit is contained in:
Ben Grande 2023-11-06 16:35:07 +00:00
parent fd1e064178
commit 31ac0b3038
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 8 additions and 7 deletions

View File

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

View File

@ -1,5 +1,6 @@
# qusal
## Table of Contents
* [Description](#description)