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."""
|
||||
|
||||
from hypercore_crypto.crypto import (
|
||||
from hypercore_crypto.crypto import ( # noqa
|
||||
data,
|
||||
discovery_key,
|
||||
key_pair,
|
||||
@ -10,4 +10,4 @@ from hypercore_crypto.crypto import (
|
||||
sign,
|
||||
tree,
|
||||
verify,
|
||||
) # noqa
|
||||
)
|
||||
|
@ -63,7 +63,7 @@ commands = flake8 {posargs:--max-line-length 80} hypercore_crypto/ test/
|
||||
[testenv:sort]
|
||||
skipdist = True
|
||||
deps = isort
|
||||
commands = isort {posargs:-c} -sp hypercore_crypto/ test/
|
||||
commands = isort {posargs:-c} hypercore_crypto/ test/
|
||||
|
||||
[testenv:format]
|
||||
skipdist = True
|
||||
|
Loading…
Reference in New Issue
Block a user