Skip to content

Commit e92c944

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.7.24 → v1.7.8.24](Mateusz-Grzelinski/actionlint-py@v1.7.7.24...v1.7.8.24) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.1.2](fsfe/reuse-tool@v5.1.1...v6.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.2...v0.14.1)
1 parent bb41721 commit e92c944

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
@@ -100,13 +100,13 @@ repos:
100100
additional_dependencies: ["tomli"]
101101

102102
- repo: https://github.com/PyCQA/isort
103-
rev: 6.0.1
103+
rev: 7.0.0
104104
hooks:
105105
- id: isort
106106
args: ["--profile", "black"]
107107

108108
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
109-
rev: v1.7.7.24
109+
rev: v1.7.8.24
110110
hooks:
111111
- id: actionlint
112112

@@ -128,12 +128,12 @@ repos:
128128
]
129129

130130
- repo: https://github.com/fsfe/reuse-tool
131-
rev: v5.1.1
131+
rev: v6.1.2
132132
hooks:
133133
- id: reuse
134134

135135
- repo: https://github.com/astral-sh/ruff-pre-commit
136-
rev: v0.13.2
136+
rev: v0.14.1
137137
hooks:
138138
- id: ruff
139139
files: ^(scripts|tests|custom_components)/.+\.py$

0 commit comments

Comments
 (0)