Skip to content

Commit fb1b9a4

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 b3f2bd0 commit fb1b9a4

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
@@ -58,7 +58,7 @@ repos:
5858
['--no-error-on-unmatched-pattern', '--ignore-unknown']
5959

6060
- repo: https://github.com/igorshubovych/markdownlint-cli
61-
rev: v0.45.0
61+
rev: v0.47.0
6262
hooks:
6363
- id: markdownlint
6464
args: ["--fix"]
@@ -86,7 +86,7 @@ repos:
8686
additional_dependencies: ["tomli"]
8787

8888
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
89-
rev: v1.7.8.24
89+
rev: v1.7.10.24
9090
hooks:
9191
- id: actionlint
9292

@@ -104,7 +104,7 @@ repos:
104104
args: [ "-d", "{rules: {line-length: {max: 120}}, ignore-from-file: [.gitignore],}", ]
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.14.5
107+
rev: v0.14.11
108108
hooks:
109109
- id: ruff
110110
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -121,7 +121,7 @@ repos:
121121
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
122122

123123
- repo: https://github.com/pre-commit/mirrors-mypy
124-
rev: "v1.18.2"
124+
rev: "v1.19.1"
125125
hooks:
126126
- id: mypy
127127
verbose: true

0 commit comments

Comments
 (0)