@@ -9,7 +9,7 @@ ci:
repos:
- repo: https://github.com/commitizen-tools/commitizen
- rev: v4.7.2
+ rev: v4.8.2
hooks:
- id: commitizen
stages: [commit-msg]
@@ -33,12 +33,12 @@ repos:
- id: prettier
- repo: https://github.com/asottile/pyupgrade
- rev: v3.19.1
+ rev: v3.20.0
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.11.10
+ rev: v0.11.11
- id: ruff
args: [--fix]