File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -775,11 +775,11 @@ commands =
775775 lint-distro: pylint {toxinidir}/opentelemetry-distro/tests
776776
777777 test-opentelemetry-instrumentation: pytest {toxinidir}/opentelemetry-instrumentation/tests {posargs}
778- lint-instrumentation: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-instrumentation
779- lint-instrumentation: isort --diff --check-only --settings-path {toxinidir}/.isort.cfg {toxinidir}/opentelemetry-instrumentation
780- lint-instrumentation: flake8 --config {toxinidir}/.flake8 {toxinidir}/opentelemetry-instrumentation
781- lint-instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/src/opentelemetry
782- lint-instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/tests
778+ lint-opentelemetry- instrumentation: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-instrumentation
779+ lint-opentelemetry- instrumentation: isort --diff --check-only --settings-path {toxinidir}/.isort.cfg {toxinidir}/opentelemetry-instrumentation
780+ lint-opentelemetry- instrumentation: flake8 --config {toxinidir}/.flake8 {toxinidir}/opentelemetry-instrumentation
781+ lint-opentelemetry- instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/src/opentelemetry
782+ lint-opentelemetry- instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/tests
783783
784784 test-instrumentation-aiohttp-client: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client/tests {posargs}
785785 lint-instrumentation-aiohttp-client: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client
You can’t perform that action at this time.
0 commit comments