We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa62b4e commit bdb9277Copy full SHA for bdb9277
.pre-commit-config.yaml
@@ -128,12 +128,12 @@ repos:
128
]
129
130
- repo: https://github.com/fsfe/reuse-tool
131
- rev: v3.1.0a1
+ rev: v4.0.3
132
hooks:
133
- id: reuse
134
135
- repo: https://github.com/astral-sh/ruff-pre-commit
136
- rev: v0.4.10
+ rev: v0.5.4
137
138
- id: ruff
139
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -142,7 +142,7 @@ repos:
142
143
144
- repo: https://github.com/pre-commit/mirrors-mypy
145
- rev: "v1.10.0"
+ rev: "v1.11.0"
146
147
- id: mypy
148
verbose: true
0 commit comments