Skip to content

Commit dcc1415

Browse files
committed
🐛🧪 Bump isort to v5.12.0
This is needed because of the borked Poetry packaging down the line.
1 parent 4e143ec commit dcc1415

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
@@ -9,8 +9,8 @@ repos:
99
hooks:
1010
- id: add-trailing-comma
1111

12-
- repo: https://github.com/PyCQA/isort
13-
rev: 5.11.4
12+
- repo: https://github.com/PyCQA/isort.git
13+
rev: 5.12.0
1414
hooks:
1515
- id: isort
1616
args:

0 commit comments

Comments
 (0)