Skip to content

Commit

Permalink
Bring back isort for pre-commit suite
Browse files Browse the repository at this point in the history
This temporarily sets isort to commit
5a9624dd8105bb60322a095efb1a5df18322fe39
on GitHub, which is the current most recent
version - the pypi version has not been released yet.

This change is directly caused by
PyCQA/isort#1147 (comment)

isort was removed previously as it did not work consistently
in CI.
  • Loading branch information
StanczakDominik committed Jun 20, 2020
1 parent dc70137 commit bbd3b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-ast
- id: requirements-txt-fixer
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21-2
rev: 5a9624dd8105bb60322a095efb1a5df18322fe39
hooks:
- id: isort
name: isort
Expand Down

0 comments on commit bbd3b04

Please sign in to comment.