Skip to content

Commit ec58527

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 24.3.0](psf/black@23.10.1...24.3.0)
1 parent 0184134 commit ec58527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.12.0
6+
rev: 5.13.2
77
hooks:
88
- id: isort
99

1010
- repo: https://github.com/psf/black
11-
rev: 23.10.1
11+
rev: 24.3.0
1212
hooks:
1313
- id: black
1414

0 commit comments

Comments
 (0)