Skip to content

Commit ce95928

Browse files
chore: update pre-commit hooks (#85)
updates: - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.16.4](commitizen-tools/commitizen@v4.13.9...v4.16.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](python-jsonschema/check-jsonschema@0.37.1...0.37.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 98040eb commit ce95928

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.13.9
8+
rev: v4.16.4
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.15.9"
47+
rev: "v0.15.20"
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.37.1"
80+
rev: "0.37.4"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)