We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb41721 + cd72e10 commit 16bdc27Copy full SHA for 16bdc27
.pre-commit-config.yaml
@@ -100,13 +100,13 @@ repos:
100
additional_dependencies: ["tomli"]
101
102
- repo: https://github.com/PyCQA/isort
103
- rev: 6.0.1
+ rev: 7.0.0
104
hooks:
105
- id: isort
106
args: ["--profile", "black"]
107
108
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
109
- rev: v1.7.7.24
+ rev: v1.7.8.24
110
111
- id: actionlint
112
@@ -128,12 +128,12 @@ repos:
128
]
129
130
- repo: https://github.com/fsfe/reuse-tool
131
- rev: v5.1.1
+ rev: v6.2.0
132
133
- id: reuse
134
135
- repo: https://github.com/astral-sh/ruff-pre-commit
136
- rev: v0.13.2
+ rev: v0.14.2
137
138
- id: ruff
139
files: ^(scripts|tests|custom_components)/.+\.py$
0 commit comments