Skip to content

Commit b21b5f9

Browse files
[pre-commit.ci] pre-commit autoupdate (#468)
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c84ce7 commit b21b5f9

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
@@ -29,12 +29,12 @@ repos:
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 23.11.0
32+
rev: 23.12.0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.12.0
37+
rev: 5.13.2
3838
hooks:
3939
- id: isort
4040
args: ["-a", "from __future__ import annotations"]

0 commit comments

Comments
 (0)