Skip to content

Commit 8c65173

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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.3.0
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)