Skip to content

Commit 4df602f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13)
1 parent f1e823b commit 4df602f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.14.13
108108
hooks:
109109
- id: ruff
110110
files: ^(scripts|tests|custom_components)/.+\.py$

0 commit comments

Comments
 (0)