File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ select = [
2828 " F" , # pyflakes
2929 " E" , # pycodestyle errors
3030 " W" , # pycodestyle warnings
31- " PLC" , # pylint - convention
32- " PLE" , # pylint - error
31+ " PLC" , # pylint convention
32+ " PLE" , # pylint error
3333 " Q" , # flake8-quotes
3434]
3535
Original file line number Diff line number Diff line change @@ -58,5 +58,4 @@ mkdir -p ${ROOT_DIR}/opentelemetry-semantic-conventions/src/opentelemetry/semcon
5858generate " ./" " ./${INCUBATING_DIR} /" " any"
5959
6060cd " $ROOT_DIR "
61- ${ROOT_DIR} /.tox/lint/bin/black --config pyproject.toml ${ROOT_DIR} /opentelemetry-semantic-conventions/src/opentelemetry/semconv
62- ${ROOT_DIR} /.tox/lint/bin/isort ${ROOT_DIR} /opentelemetry-semantic-conventions/src/opentelemetry/semconv
61+ tox -e ruff
Original file line number Diff line number Diff line change @@ -401,4 +401,4 @@ deps =
401401 -c {toxinidir}/dev-requirements.txt
402402 pre-commit
403403commands =
404- pre-commit run -a -- color =always
404+ pre-commit run -- color =always --all-files {posargs}
You can’t perform that action at this time.
0 commit comments