Skip to content

Commit f1e823b

Browse files
Merge pull request #36 from os-climate/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b3f2bd0 + fb1b9a4 commit f1e823b

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)