Skip to content

Commit 7591a30

Browse files
Update isort version
1 parent 71c45bf commit 7591a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.8.0
3+
rev: 5.9.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/asottile/yesqa

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ skip_install = true
2828

2929
[testenv:lint]
3030
commands =
31-
pre-commit run -a
31+
pre-commit run -a {posargs}
3232
deps =
3333
pre-commit
3434
skip_install = true

0 commit comments

Comments
 (0)