mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Merge pull request #6 from davesque/isort-config
Fix possibly incorrect isort config
This commit is contained in:
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ envlist=
|
|||||||
combine_as_imports=True
|
combine_as_imports=True
|
||||||
force_sort_within_sections=True
|
force_sort_within_sections=True
|
||||||
include_trailing_comma=True
|
include_trailing_comma=True
|
||||||
known_standard_library=pytest
|
known_third_party=hypothesis,pytest
|
||||||
known_first_party=<MODULE_NAME>
|
known_first_party=<MODULE_NAME>
|
||||||
line_length=21
|
line_length=21
|
||||||
multi_line_output=3
|
multi_line_output=3
|
||||||
|
|||||||
Reference in New Issue
Block a user