File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ commands = cython-lint --no-pycodestyle {posargs:{toxinidir}/sage/}
263263description =
264264 check against Python style conventions
265265deps = ruff
266+ passenv = RUFF_OUTPUT_FORMAT
266267commands = ruff {posargs:{toxinidir}/sage/}
267268
268269[testenv:ruff-minimal]
Original file line number Diff line number Diff line change @@ -1105,6 +1105,8 @@ commands = tox -c {toxinidir}/src/tox.ini -e {envname} -- {posargs:src/sage/}
11051105description =
11061106 check against Sage' s minimal style conventions
11071107passenv = {[sage_src]passenv}
1108+ # https://github.com/ChartBoost/ruff-action/issues/7#issuecomment-1887780308
1109+ RUFF_OUTPUT_FORMAT
11081110envdir = {[sage_src]envdir}
11091111allowlist_externals = {[sage_src]allowlist_externals}
11101112commands = tox -c {toxinidir}/src/tox.ini -e {envname} -- {posargs:src/sage/}
You can’t perform that action at this time.
0 commit comments