We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c10a76 commit f7a4e91Copy full SHA for f7a4e91
.pre-commit-config.yaml
@@ -28,3 +28,8 @@ repos:
28
hooks:
29
- id: pyupgrade
30
args: [--py37-plus]
31
+
32
+ - repo: https://github.com/PyCQA/isort
33
+ rev: 5.10.1
34
+ hooks:
35
+ - id: isort
0 commit comments