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 71c45bf commit 7591a30Copy full SHA for 7591a30
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.8.0
+ rev: 5.9.1
4
hooks:
5
- id: isort
6
- repo: https://github.com/asottile/yesqa
tox.ini
@@ -28,7 +28,7 @@ skip_install = true
28
29
[testenv:lint]
30
commands =
31
- pre-commit run -a
+ pre-commit run -a {posargs}
32
deps =
33
pre-commit
34
skip_install = true
0 commit comments