Skip to content

Commit c549416

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.3](python-jsonschema/check-jsonschema@0.30.0...0.31.3) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.10](astral-sh/ruff-pre-commit@v0.8.4...v0.9.10) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.15.0](pre-commit/mirrors-mypy@v1.14.0...v1.15.0) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
1 parent 2a712c5 commit c549416

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: "0.30.0"
10+
rev: "0.31.3"
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -23,18 +23,18 @@ repos:
2323
- id: djlint-reformat-django
2424
- id: djlint-django
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.8.4"
26+
rev: "v0.9.10"
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix]
3030
- id: ruff-format
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v1.14.0"
32+
rev: "v1.15.0"
3333
hooks:
3434
- id: mypy
3535
additional_dependencies: [types-requests, types-toml, types-pytz]
3636
- repo: https://github.com/igorshubovych/markdownlint-cli
37-
rev: v0.43.0
37+
rev: v0.44.0
3838
hooks:
3939
- id: markdownlint-fix
4040
args: ["--disable", "MD013", "--disable", "MD033"]

0 commit comments

Comments
 (0)