Skip to content

Commit 2e8244a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.17.0 → 1.18.0](lyz-code/yamlfix@1.17.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.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 2b65506 commit 2e8244a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77
# - id: identity # Prints all files passed to pre-commits. Debugging.
88
- repo: https://github.com/lyz-code/yamlfix
9-
rev: 1.17.0
9+
rev: 1.18.0
1010
hooks:
1111
- id: yamlfix
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: yamllint
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.12.11
45+
rev: v0.13.3
4646
hooks:
4747
- id: ruff-check
4848
types_or:
@@ -84,7 +84,7 @@ repos:
8484
- '88'
8585
files: (docs/.|CHANGES.md|CODE_OF_CONDUCT.md)
8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.17.1
87+
rev: v1.18.2
8888
hooks:
8989
- id: mypy
9090
args:
@@ -100,7 +100,7 @@ repos:
100100
# - dags >= 0.3
101101
- optree >= 0.15
102102
- repo: https://github.com/python-jsonschema/check-jsonschema
103-
rev: 0.33.3
103+
rev: 0.34.0
104104
hooks:
105105
- id: check-jsonschema
106106
name: Validate JSON/YAML files against schema

0 commit comments

Comments
 (0)