mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Merge pull request #392 from ShadowJonathan/lru_lint
add lru to known_third_parties (to fix windows lint)
This commit is contained in:
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ envlist =
|
|||||||
combine_as_imports=False
|
combine_as_imports=False
|
||||||
force_sort_within_sections=True
|
force_sort_within_sections=True
|
||||||
include_trailing_comma=True
|
include_trailing_comma=True
|
||||||
known_third_party=hypothesis,pytest,p2pclient,pexpect,factory
|
known_third_party=hypothesis,pytest,p2pclient,pexpect,factory,lru
|
||||||
known_first_party=libp2p
|
known_first_party=libp2p
|
||||||
line_length=88
|
line_length=88
|
||||||
multi_line_output=3
|
multi_line_output=3
|
||||||
|
|||||||
Reference in New Issue
Block a user