Skip to content

Commit 405e492

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.8.24 → v1.7.10.24](Mateusz-Grzelinski/actionlint-py@v1.7.8.24...v1.7.10.24) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.5...v0.14.11) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 6c4466f commit 405e492

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
['--no-error-on-unmatched-pattern', '--ignore-unknown']
4343

4444
- repo: https://github.com/igorshubovych/markdownlint-cli
45-
rev: v0.45.0
45+
rev: v0.47.0
4646
hooks:
4747
- id: markdownlint
4848
args: ["--fix"]
@@ -65,7 +65,7 @@ repos:
6565
args: ["-x"] # Check external files
6666

6767
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
68-
rev: v1.7.8.24
68+
rev: v1.7.10.24
6969
hooks:
7070
- id: actionlint
7171

@@ -78,7 +78,7 @@ repos:
7878
ignore-from-file: [.gitignore],}"]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.14.5
81+
rev: v0.14.11
8282
hooks:
8383
- id: ruff
8484
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -94,7 +94,7 @@ repos:
9494
then /bin/mkdir .mypy_cache; fi; exit 0'
9595

9696
- repo: https://github.com/pre-commit/mirrors-mypy
97-
rev: "v1.18.2"
97+
rev: "v1.19.1"
9898
hooks:
9999
- id: mypy
100100
verbose: true

0 commit comments

Comments
 (0)