We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6890aa0 commit 37ea732Copy full SHA for 37ea732
.pre-commit-config.yaml
@@ -8,3 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: check-yaml
10
- id: check-added-large-files
11
+- repo: https://github.com/PyCQA/isort
12
+ rev: 5.12.0
13
+ hooks:
14
+ - id: isort
0 commit comments