Skip to content

Commit

Permalink
Update isort command (#137)
Browse files Browse the repository at this point in the history
To be compatible with the latest isort version.
  • Loading branch information
memst authored Sep 14, 2021
1 parent 2f7ba95 commit f643a8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ other hand, the following are all very welcome:
the project. With those projects installed the commands,

black h11/ bench/ examples/ fuzz/
isort --dont-skip __init__.py --apply --settings-path setup.cfg --recursive h11 bench examples fuzz
isort --profile black --dt h11 bench examples fuzz

will format your code for you.

Expand Down
10 changes: 0 additions & 10 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ deps =
isort
commands =
black --check --diff h11/ bench/ examples/ fuzz/
isort --check --diff h11 bench examples fuzz
isort --check --diff --profile black --dt h11 bench examples fuzz

0 comments on commit f643a8e

Please sign in to comment.