Skip to content

Commit 9ef18ab

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c4f380d commit 9ef18ab

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
@@ -15,7 +15,7 @@ repos:
1515

1616
# Adds a standard feel to import segments
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.0
1919
hooks:
2020
- id: isort
2121
args:
@@ -27,7 +27,7 @@ repos:
2727

2828
# Format code. No, I don't like everything black does either.
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 24.10.0
30+
rev: 25.1.0
3131
hooks:
3232
- id: black
3333

0 commit comments

Comments
 (0)