Skip to content

Commit

Permalink
Use flake8-import-order for ordering imports
Browse files Browse the repository at this point in the history
It seems that isort is not compatible with black at the moment:
psf/black#127
PyCQA/isort#694

Both isort and black are working on a solution, but at the moment, we'll use
flake8-import-order instead
  • Loading branch information
silviot committed Jun 25, 2019
1 parent b402834 commit 41e5852
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ repos:
hooks:
- id: black
language_version: python3.6

- repo: https://github.com/pre-commit/mirrors-isort
rev: 'v4.3.18'
hooks:
- id: isort

0 comments on commit 41e5852

Please sign in to comment.