This commit is contained in:
Ben Grande 2023-11-06 14:30:41 +00:00
parent 9f5d65f76a
commit f345ebc8a1
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -21,7 +21,7 @@ repos:
- id: gitlint
name: gitlint
language: python
additional_dependencies: ["./gitlint-core[trusted-deps]"]
#additional_dependencies: ["./gitlint-core[trusted-deps]"]
entry: gitlint
args: [--staged, --msg-filename]
stages: [commit-msg]
@ -29,7 +29,7 @@ repos:
- id: reuse
name: reuse
entry: reuse
args: ["lint"]
args: [lint]
language: python
pass_filenames: false
description: Lint files to comply with the REUSE Specification