chore: update dependencies and bump version to 1.1.2
This commit is contained in:
parent
373b141346
commit
ec8876681a
9 changed files with 1231 additions and 723 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
name: Check YAML files syntax
|
||||
|
@ -40,7 +40,7 @@ repos:
|
|||
name: Check Rust code
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool.git
|
||||
rev: v4.0.3
|
||||
rev: v5.0.2
|
||||
hooks:
|
||||
- id: reuse
|
||||
name: Check copyright and license information
|
||||
|
@ -58,4 +58,4 @@ repos:
|
|||
description: Detect secrets in your data.
|
||||
entry: bash -c 'podman run -v "$(pwd):/workdir" --rm docker.io/trufflesecurity/trufflehog:latest git file:///workdir' --only-verified
|
||||
language: system
|
||||
stages: ["commit", "push"]
|
||||
stages: ["pre-commit", "pre-push"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue