We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c06d commit 86f9ba3Copy full SHA for 86f9ba3
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run tests
32
run: uv run --extra dev pytest
33
- name: Check source code format
34
- run: black --check --diff .
+ run: uv run --extra dev black --check --diff .
35
36
test-deb10-i386:
37
runs-on: ubuntu-latest
0 commit comments