Skip to content

Commit c505750

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.0 → 23.12.1](psf/black@23.10.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 650c855 commit c505750

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.10.0
3+
rev: 23.12.1
44
hooks:
55
- id: black
66
language_version: python3
@@ -35,6 +35,6 @@ repos:
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.12.0
38+
rev: 5.13.2
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)