Skip to content

Commit 432c040

Browse files
[pre-commit.ci] pre-commit autoupdate (#1071)
updates: - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3942ec3 commit 432c040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args: [--no-build-isolation]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.16.0"
33+
rev: "v1.16.1"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [cryptography>=3.4.0]
@@ -47,7 +47,7 @@ repos:
4747
# - id: pyprojectsort
4848

4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: "0.33.0"
50+
rev: "0.33.1"
5151
hooks:
5252
- id: check-github-workflows
5353
- id: check-readthedocs
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.11.13
62+
rev: v0.12.0
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)