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