Fix noqa ref and drop erroneous flags for isort
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe1bda9817
commit
44f290af50
@ -1,6 +1,6 @@
|
|||||||
"""hypercore-crypto module."""
|
"""hypercore-crypto module."""
|
||||||
|
|
||||||
from hypercore_crypto.crypto import (
|
from hypercore_crypto.crypto import ( # noqa
|
||||||
data,
|
data,
|
||||||
discovery_key,
|
discovery_key,
|
||||||
key_pair,
|
key_pair,
|
||||||
@ -10,4 +10,4 @@ from hypercore_crypto.crypto import (
|
|||||||
sign,
|
sign,
|
||||||
tree,
|
tree,
|
||||||
verify,
|
verify,
|
||||||
) # noqa
|
)
|
||||||
|
@ -63,7 +63,7 @@ commands = flake8 {posargs:--max-line-length 80} hypercore_crypto/ test/
|
|||||||
[testenv:sort]
|
[testenv:sort]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = isort
|
deps = isort
|
||||||
commands = isort {posargs:-c} -sp hypercore_crypto/ test/
|
commands = isort {posargs:-c} hypercore_crypto/ test/
|
||||||
|
|
||||||
[testenv:format]
|
[testenv:format]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
|
Loading…
Reference in New Issue
Block a user