Skip to content

Commit 6182762

Browse files
[pre-commit.ci] pre-commit autoupdate (#206)
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7efcfe6 commit 6182762

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
@@ -17,13 +17,13 @@ repos:
1717
exclude: ^\.yarn
1818

1919
- repo: https://github.com/psf/black
20-
rev: 23.11.0
20+
rev: 23.12.0
2121
hooks:
2222
- id: black
2323
args: ["--line-length", "100"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
files: \.py$

0 commit comments

Comments
 (0)