Skip to content

Commit f2853e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0)
1 parent b8a4fbc commit f2853e5

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
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.13.0
17+
rev: v0.13.1
1818
hooks:
1919
- id: ruff-check
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.18.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.11 on cibuildwheel/
@@ -83,7 +83,7 @@ repos:
8383

8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: 0.33.3
86+
rev: 0.34.0
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-actions

0 commit comments

Comments
 (0)