Skip to content

Commit 00ebabc

Browse files
chore: update pre-commit hooks (#34)
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ffa1d85 commit 00ebabc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

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

66
repos:
77
- repo: https://github.com/commitizen-tools/commitizen
8-
rev: v4.8.3
8+
rev: v4.9.1
99
hooks:
1010
- id: commitizen
1111
additional_dependencies: [cz-conventional-gitmoji]
1212

1313
- repo: https://github.com/adamchainz/blacken-docs
14-
rev: "1.19.1"
14+
rev: "1.20.0"
1515
hooks:
1616
- id: blacken-docs
1717
additional_dependencies: [black==24.*]
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: "v5.0.0"
20+
rev: "v6.0.0"
2121
hooks:
2222
- id: check-added-large-files
2323
- id: check-case-conflict
@@ -39,7 +39,7 @@ repos:
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.12.2"
42+
rev: "v0.13.3"
4343
hooks:
4444
# Run the linter
4545
- id: ruff
@@ -50,7 +50,7 @@ repos:
5050
types_or: [python, pyi, jupyter]
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.16.1"
53+
rev: "v1.18.2"
5454
hooks:
5555
- id: mypy
5656
files: src
@@ -78,7 +78,7 @@ repos:
7878
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: "0.33.2"
81+
rev: "0.34.0"
8282
hooks:
8383
- id: check-dependabot
8484
- id: check-github-workflows

0 commit comments

Comments
 (0)