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 417d402 commit 535049fCopy full SHA for 535049f
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
pip install .
27
- name: Check
28
run: |
29
- black --check svdtools
+ black --check --diff svdtools
30
isort --check-only svdtools
31
- name: Test
32
run: pytest svdtools
0 commit comments