Skip to content

Commit

Permalink
Update isort version
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jul 6, 2021
1 parent 71c45bf commit 7591a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.9.1
hooks:
- id: isort
- repo: https://github.com/asottile/yesqa
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ skip_install = true

[testenv:lint]
commands =
pre-commit run -a
pre-commit run -a {posargs}
deps =
pre-commit
skip_install = true
Expand Down

0 comments on commit 7591a30

Please sign in to comment.