build(deps): bump dependencies

This commit is contained in:
Nathaniel Landau
2023-09-15 16:34:28 -04:00
parent ce0cb6c5f1
commit 041649cc5e
5 changed files with 331 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
---
repos:
- repo: "https://github.com/commitizen-tools/commitizen"
rev: 3.7.0
rev: 3.9.0
hooks:
- id: "commitizen"
@@ -44,7 +44,7 @@ repos:
entry: yamllint --strict --config-file .yamllint.yml
- repo: "https://github.com/crate-ci/typos"
rev: v1.16.8
rev: v1.16.11
hooks:
- id: typos
@@ -58,9 +58,11 @@ repos:
# This calls a custom script. Remove if you don't need it.
- id: stopwords
name: stopwords
entry: bash -c '~/bin/git-stopwords ${PWD}/"$@"'
entry: git-stopwords
# args: ["-v"]
language: system
pass_filenames: true
types: [text]
- id: ansible-lint
name: running ansible-lint