Skip to content

Commit 72541dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.8.24 → v1.7.9.24](Mateusz-Grzelinski/actionlint-py@v1.7.8.24...v1.7.9.24) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.2...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 16bdc27 commit 72541dc

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
@@ -61,7 +61,7 @@ repos:
6161

6262
# Lint: Markdown
6363
- repo: https://github.com/igorshubovych/markdownlint-cli
64-
rev: v0.45.0
64+
rev: v0.46.0
6565
hooks:
6666
- id: markdownlint
6767
args: ["--fix"]
@@ -106,7 +106,7 @@ repos:
106106
args: ["--profile", "black"]
107107

108108
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
109-
rev: v1.7.8.24
109+
rev: v1.7.9.24
110110
hooks:
111111
- id: actionlint
112112

@@ -133,7 +133,7 @@ repos:
133133
- id: reuse
134134

135135
- repo: https://github.com/astral-sh/ruff-pre-commit
136-
rev: v0.14.2
136+
rev: v0.14.7
137137
hooks:
138138
- id: ruff
139139
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -142,7 +142,7 @@ repos:
142142
files: ^(scripts|tests|custom_components)/.+\.py$
143143

144144
- repo: https://github.com/pre-commit/mirrors-mypy
145-
rev: "v1.18.2"
145+
rev: "v1.19.0"
146146
hooks:
147147
- id: mypy
148148
verbose: true

0 commit comments

Comments
 (0)