Skip to content

Commit 84d3b2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.0...v0.5.5) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
1 parent a20eaa1 commit 84d3b2c

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
@@ -22,7 +22,7 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.10.1
25+
rev: v1.11.0
2626
hooks:
2727
- id: mypy
2828
args: [--no-strict-optional, --ignore-missing-imports]
@@ -36,12 +36,12 @@ repos:
3636
stages: [manual, push]
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.5.0
39+
rev: v0.5.5
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.28.6
44+
rev: 0.29.1
4545
hooks:
4646
- id: check-github-workflows
4747
args: ["--verbose"]

0 commit comments

Comments
 (0)