Skip to content

Commit a149395

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
1 parent ce7351f commit a149395

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,7 +29,7 @@ repos:
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black
32-
rev: 22.12.0
32+
rev: 23.1.0
3333
hooks:
3434
- id: black
3535
args:
@@ -40,7 +40,7 @@ repos:
4040

4141
# Autoformat: Python code
4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.11.4
43+
rev: 5.12.0
4444
hooks:
4545
- id: isort
4646
args:

0 commit comments

Comments
 (0)