Skip to content

Commit 9104107

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 → 23.12.1](psf/black@23.10.1...23.12.1)
1 parent 5c58566 commit 9104107

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
@@ -30,12 +30,12 @@ repos:
3030
- flake8-docstrings==1.6.0
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.12.0
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/psf/black
38-
rev: 23.10.1
38+
rev: 23.12.1
3939
hooks:
4040
- id: black
4141
args: [--safe]

0 commit comments

Comments
 (0)