Skip to content

Commit 148b87f

Browse files
[pre-commit.ci] pre-commit autoupdate (pypa#2107)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.0...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9c75ea1 commit 148b87f

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.8.0
17+
rev: v0.8.4
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.13.0
24+
rev: v1.14.0
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.8 on cibuildwheel/
@@ -81,7 +81,7 @@ repos:
8181

8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.29.4
84+
rev: 0.30.0
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-actions

0 commit comments

Comments
 (0)