Skip to content

Commit b6f319e

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.5](astral-sh/ruff-pre-commit@v0.14.11...v0.15.5)
1 parent 737eb7e commit b6f319e

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
@@ -56,7 +56,7 @@ repos:
5656
args: ["--no-error-on-unmatched-pattern", "--ignore-unknown"]
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.47.0
59+
rev: v0.48.0
6060
hooks:
6161
- id: markdownlint
6262
args: ["--fix"]
@@ -84,7 +84,7 @@ repos:
8484
additional_dependencies: ["tomli"]
8585

8686
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
87-
rev: v1.7.10.24
87+
rev: v1.7.11.24
8888
hooks:
8989
- id: actionlint
9090

@@ -96,7 +96,7 @@ repos:
9696
- pep8-naming
9797

9898
- repo: https://github.com/adrienverge/yamllint.git
99-
rev: v1.37.1
99+
rev: v1.38.0
100100
hooks:
101101
- id: yamllint
102102
args:
@@ -106,7 +106,7 @@ repos:
106106
]
107107

108108
- repo: https://github.com/astral-sh/ruff-pre-commit
109-
rev: v0.14.11
109+
rev: v0.15.5
110110
hooks:
111111
- id: ruff
112112
files: ^(scripts|tests|custom_components)/.+\.py$

0 commit comments

Comments
 (0)