Skip to content

Commit 010480e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent 90bf443 commit 010480e

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
- id: debug-statements
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.8
16+
rev: v0.14.9
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
@@ -41,7 +41,7 @@ repos:
4141
- id: yamlfmt
4242
args: [--mapping, '2', --sequence, '2', --offset, '0']
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.19.0
44+
rev: v1.19.1
4545
hooks:
4646
- id: mypy
4747
exclude: ^(docs|tests)/.*
@@ -64,7 +64,7 @@ repos:
6464
- 'SC1004:'
6565
stages: [manual]
6666
- repo: https://github.com/sirosen/check-jsonschema
67-
rev: 0.35.0
67+
rev: 0.36.0
6868
hooks:
6969
- id: check-github-actions
7070
- repo: https://github.com/tox-dev/pyproject-fmt

0 commit comments

Comments
 (0)