Skip to content

Commit 737eb7e

Browse files
Merge pull request #13 from os-climate/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8692fe1 + 7d9001d commit 737eb7e

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.45.0
59+
rev: v0.47.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.8.24
87+
rev: v1.7.10.24
8888
hooks:
8989
- id: actionlint
9090

@@ -106,7 +106,7 @@ repos:
106106
]
107107

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

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

0 commit comments

Comments
 (0)