Skip to content

Commit fc2ce1f

Browse files
committed
pre-commit update
fixes isort crash
1 parent 45b5080 commit fc2ce1f

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
@@ -23,7 +23,7 @@ repos:
2323

2424
# Autoformat: Python code
2525
- repo: https://github.com/psf/black
26-
rev: 22.12.0
26+
rev: 23.1.0
2727
hooks:
2828
- id: black
2929
args:
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.11.4
39+
rev: 5.12.0
4040
hooks:
4141
- id: isort
4242
args:

0 commit comments

Comments
 (0)