Updated isort version.

这个提交包含在:
saisuraj27
2023-12-18 21:24:39 +05:30
父节点 4710b5b5d7
当前提交 0c8235ce70

查看文件

@@ -14,7 +14,7 @@ repos:
- id: black
args: ["--line-length", "120"] # Adjust the max line length value as needed.
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--line-length", "120", "--profile", "black"]