We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2301c4f + 22eabe3 commit 19a75d6Copy full SHA for 19a75d6
1 file changed
.pre-commit-config.yaml
@@ -106,7 +106,7 @@ repos:
106
]
107
108
- repo: https://github.com/astral-sh/ruff-pre-commit
109
- rev: v0.12.12
+ rev: v0.13.1
110
hooks:
111
- id: ruff
112
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -123,7 +123,7 @@ repos:
123
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
124
125
- repo: https://github.com/pre-commit/mirrors-mypy
126
- rev: "v1.17.1"
+ rev: "v1.18.2"
127
128
- id: mypy
129
verbose: true
0 commit comments