mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Delete trailing whitespace issue, ignore previously untested folders for now.
This commit is contained in:
@ -11,7 +11,7 @@ install:
|
||||
|
||||
script:
|
||||
- pytest --cov=./libp2p tests/
|
||||
- pylint --rcfile=.pylintrc libp2p tests
|
||||
- pylint --rcfile=.pylintrc libp2p tests --ignore libp2p/{kademlia,protocol_muxer}
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
@ -45,4 +45,3 @@ class IAddrBook(ABC):
|
||||
"""
|
||||
:return: all of the peer IDs stored with addresses
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user