Skip to content

Commit 8eee7af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/psf/black: 23.10.0 → 23.11.0](psf/black@23.10.0...23.11.0)
1 parent 0e7f107 commit 8eee7af

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,12 +34,12 @@ repos:
3434
]
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.12.0
37+
rev: 5.13.0
3838
hooks:
3939
- id: isort
4040

4141
- repo: https://github.com/psf/black
42-
rev: 23.10.0
42+
rev: 23.11.0
4343
hooks:
4444
- id: black
4545
language_version: python3

0 commit comments

Comments
 (0)