Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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