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 @@ -771,11 +771,11 @@ commands =
771771 lint-distro: pylint {toxinidir}/opentelemetry-distro/tests
772772
773773 test-opentelemetry-instrumentation: pytest {toxinidir}/opentelemetry-instrumentation/tests {posargs}
774- lint-instrumentation: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-instrumentation
775- lint-instrumentation: isort --diff --check-only --settings-path {toxinidir}/.isort.cfg {toxinidir}/opentelemetry-instrumentation
776- lint-instrumentation: flake8 --config {toxinidir}/.flake8 {toxinidir}/opentelemetry-instrumentation
777- lint-instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/src/opentelemetry
778- lint-instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/tests
774+ lint-opentelemetry- instrumentation: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-instrumentation
775+ lint-opentelemetry- instrumentation: isort --diff --check-only --settings-path {toxinidir}/.isort.cfg {toxinidir}/opentelemetry-instrumentation
776+ lint-opentelemetry- instrumentation: flake8 --config {toxinidir}/.flake8 {toxinidir}/opentelemetry-instrumentation
777+ lint-opentelemetry- instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/src/opentelemetry
778+ lint-opentelemetry- instrumentation: pylint {toxinidir}/opentelemetry-instrumentation/tests
779779
780780 test-instrumentation-aiohttp-client: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client/tests {posargs}
781781 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