Skip to content

Commit 955f57c

Browse files
[pre-commit.ci] pre-commit autoupdate (#252)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 11e4af2 commit 955f57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
- prettier-plugin-toml
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.13.2
37+
rev: 6.0.0
3838
hooks:
3939
- id: isort
4040
name: Sort import statements using isort
4141
args: ["--filter-files"]
4242

4343
- repo: https://github.com/psf/black
44-
rev: 24.10.0
44+
rev: 25.1.0
4545
hooks:
4646
- id: black
4747

0 commit comments

Comments
 (0)