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 0303e8f commit 77c9d82Copy full SHA for 77c9d82
.github/workflows/python.yaml
@@ -23,8 +23,6 @@ jobs:
23
run: ruff .
24
- name: Check formatting with black
25
run: black . --check --verbose
26
- - name: Check Python import sorting
27
- run: isort --check .
28
- name: Run unit tests
29
run: |
30
pytest
0 commit comments