Skip to content

Commit facc679

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.10.24 → v1.7.11.24](Mateusz-Grzelinski/actionlint-py@v1.7.10.24...v1.7.11.24) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.11...v0.15.7)
1 parent f1e823b commit facc679

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.47.0
61+
rev: v0.48.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.10.24
89+
rev: v1.7.11.24
9090
hooks:
9191
- id: actionlint
9292

@@ -98,13 +98,13 @@ repos:
9898
- pep8-naming
9999

100100
- repo: https://github.com/adrienverge/yamllint.git
101-
rev: v1.37.1
101+
rev: v1.38.0
102102
hooks:
103103
- id: yamllint
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.11
107+
rev: v0.15.7
108108
hooks:
109109
- id: ruff
110110
files: ^(scripts|tests|custom_components)/.+\.py$

0 commit comments

Comments
 (0)