Skip to content

Commit c1bbc41

Browse files
chore: update pre-commit hooks (#74)
updates: - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.11.1](commitizen-tools/commitizen@v4.9.1...v4.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ade0db commit c1bbc41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/commitizen-tools/commitizen
8-
rev: v4.9.1
8+
rev: v4.11.1
99
hooks:
1010
- id: commitizen
1111
additional_dependencies: [cz-conventional-gitmoji]
@@ -44,7 +44,7 @@ repos:
4444
args: [--prose-wrap=always]
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: "v0.13.3"
47+
rev: "v0.14.10"
4848
hooks:
4949
- id: ruff-check
5050
args: ["--fix", "--show-fixes"]
@@ -77,7 +77,7 @@ repos:
7777
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.34.0"
80+
rev: "0.36.0"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)