We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 331863e + d85cde5 commit c93c9ffCopy full SHA for c93c9ff
2 files changed
.github/workflows/_test.yml
@@ -26,6 +26,8 @@ jobs:
26
python3 -m pip install --constraint requirements/build.txt tox coveralls
27
28
- name: Run tox
29
+ env:
30
+ RUFF_OUTPUT_FORMAT: github
31
run: tox -e lint
32
33
tests:
tox.ini
@@ -46,6 +46,7 @@ deps =
46
-r{toxinidir}/requirements/lint.txt
47
--editable {toxinidir}
48
lint_dirs = tuf examples tests verify_release
49
+passenv = RUFF_OUTPUT_FORMAT
50
commands =
51
ruff check {[testenv:lint]lint_dirs}
52
ruff format --diff {[testenv:lint]lint_dirs}
0 commit comments