Skip to content

Commit df0933c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.0.0](fsfe/reuse-tool@v5.1.1...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3)
1 parent bb41721 commit df0933c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ repos:
100100
additional_dependencies: ["tomli"]
101101

102102
- repo: https://github.com/PyCQA/isort
103-
rev: 6.0.1
103+
rev: 6.1.0
104104
hooks:
105105
- id: isort
106106
args: ["--profile", "black"]
@@ -128,12 +128,12 @@ repos:
128128
]
129129

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

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

0 commit comments

Comments
 (0)