build(deps): bump dependencies

This commit is contained in:
Nathaniel Landau
2023-02-23 10:11:26 -05:00
parent 347dd4271f
commit 3bbcf3a987
3 changed files with 123 additions and 208 deletions

View File

@@ -5,7 +5,7 @@ default_stages: [commit, manual]
fail_fast: true
repos:
- repo: "https://github.com/commitizen-tools/commitizen"
rev: v2.40.0
rev: v2.42.0
hooks:
- id: commitizen
- id: commitizen-branch
@@ -61,7 +61,7 @@ repos:
entry: yamllint --strict --config-file .yamllint.yml
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.240"
rev: "v0.0.252"
hooks:
- id: ruff
args: ["--extend-ignore", "I001,D301,D401,PLR2004,PLR0913"]