Skip to content

Commit 6485d00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1) - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
1 parent c0b3ab0 commit 6485d00

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
@@ -35,7 +35,7 @@ repos:
3535
types: [text]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 22.12.0
38+
rev: 23.9.1
3939
hooks:
4040
- id: black
4141
language_version: python3
@@ -45,7 +45,7 @@ repos:
4545
types: [python]
4646

4747
- repo: https://github.com/PyCQA/isort
48-
rev: "5.11.4" # Use the revision sha / tag you want to point at
48+
rev: "5.12.0" # Use the revision sha / tag you want to point at
4949
hooks:
5050
- id: isort
5151
name: isort

0 commit comments

Comments
 (0)