Skip to content

Commit

Permalink
isort integration (pypa#575)
Browse files Browse the repository at this point in the history
* Add isort to tox

* Ignore pypa#570 during git blame
  • Loading branch information
bhrutledge committed Feb 19, 2020
1 parent efd0e44 commit e9d628c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
# git config blame.ignoreRevsFile .git-blame-ignore-revs

a12ad693137d82770e6118ea8d90955e2c753305 # Format twine and tests with black
f468612c021eae225b07f1b654bdb620d1500bf1 # Sort imports with isort
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ commands =

[testenv:lint-code-style]
deps =
isort
black
flake8
commands =
isort --check-only --diff --recursive twine/ tests/
black --check --diff twine/ tests/
flake8 twine/ tests/

Expand Down

0 comments on commit e9d628c

Please sign in to comment.