We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8e642 commit c78e240Copy full SHA for c78e240
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- - repo: https://github.com/pre-commit/mirrors-isort
3
- rev: v5.10
+ - repo: https://github.com/PyCQA/isort
+ rev: 5.10.1
4
hooks:
5
- id: isort
6
args: [ "." ]
0 commit comments