We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6c03d commit f41eca7Copy full SHA for f41eca7
2 files changed
.github/workflows/pr.yml
@@ -29,6 +29,12 @@ jobs:
29
- name: Test mctp
30
run: meson test -C build --verbose
31
32
+ - name: Check python tests
33
+ run: ruff check tests/
34
+
35
+ - name: Format python tests
36
+ run: ruff format --diff tests/
37
38
- uses: actions/upload-artifact@v4
39
if: always()
40
with:
tests/requirements.txt
@@ -4,3 +4,4 @@ pytest==8.3.2
4
pytest-trio==0.8.0
5
trio==0.31.0
6
pytest-tap==3.5
7
+ruff==0.14.10
0 commit comments