Just run formatting since its all generated
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
757b5b54d2
commit
7303627505
@ -37,33 +37,13 @@ skip = ".tox"
|
|||||||
[tool.tox]
|
[tool.tox]
|
||||||
legacy_tox_ini = """
|
legacy_tox_ini = """
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist = format
|
||||||
lint
|
|
||||||
sort
|
|
||||||
format
|
|
||||||
type
|
|
||||||
skip_missing_interpreters = True
|
|
||||||
isolated_build = True
|
isolated_build = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
||||||
[testenv:lint]
|
|
||||||
skipdist = True
|
|
||||||
deps = flake8
|
|
||||||
commands = flake8 {posargs:--max-line-length 80} hyperspace_rpc/
|
|
||||||
|
|
||||||
[testenv:sort]
|
|
||||||
skipdist = True
|
|
||||||
deps = isort
|
|
||||||
commands = isort {posargs:-c} hyperspace_rpc/
|
|
||||||
|
|
||||||
[testenv:format]
|
[testenv:format]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = black
|
deps = black
|
||||||
commands = black {posargs:--check} hyperspace_rpc/
|
commands = black {posargs:--check} hyperspace_rpc/
|
||||||
|
|
||||||
[testenv:type]
|
|
||||||
skipdist = True
|
|
||||||
deps = mypy
|
|
||||||
commands = mypy {posargs:--ignore-missing-imports} hyperspace_rpc/
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user