Skip to content

Commit 19a75d6

Browse files
Merge pull request #7 from os-climate/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2301c4f + 22eabe3 commit 19a75d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ repos:
106106
]
107107

108108
- repo: https://github.com/astral-sh/ruff-pre-commit
109-
rev: v0.12.12
109+
rev: v0.13.1
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.17.1"
126+
rev: "v1.18.2"
127127
hooks:
128128
- id: mypy
129129
verbose: true

0 commit comments

Comments
 (0)