Skip to content

Commit ca17637

Browse files
committed
updated isort
PyCQA/isort#2077
1 parent 4414045 commit ca17637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: [--max-line-length=105, --ignore=E203,E501,W503, --select=select=C,E,F,W,B,B950]
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.8.0
32+
rev: 5.12.0
3333
hooks:
3434
- id: isort
3535
name: isort (python)

0 commit comments

Comments
 (0)