Skip to content

Commit 5fdcfe9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [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/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 58d6214 commit 5fdcfe9

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
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: editorconfig-checker
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.35.0
40+
rev: 0.36.0
4141
hooks:
4242
- id: check-github-workflows
4343
- id: check-github-actions
@@ -54,7 +54,7 @@ repos:
5454
- flake8-docstrings-complete
5555
- flake8-pyproject
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.14.8
57+
rev: v0.14.9
5858
hooks:
5959
- id: ruff-check
6060
name: Linting Python code (ruff)
@@ -75,7 +75,7 @@ repos:
7575
- id: docformatter
7676
name: Fixing docstring formatting
7777
- repo: https://github.com/igorshubovych/markdownlint-cli
78-
rev: v0.46.0
78+
rev: v0.47.0
7979
hooks:
8080
- id: markdownlint
8181
name: Fixing markdown linting errors
@@ -88,7 +88,7 @@ repos:
8888
- id: pretty-format-toml
8989
args: [--autofix]
9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.19.0
91+
rev: v1.19.1
9292
hooks:
9393
- id: mypy
9494
name: Static typechecking (mypy)

0 commit comments

Comments
 (0)