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 4d5b835 commit 30e8419Copy full SHA for 30e8419
1 file changed
.github/workflows/lint_and_tests.yaml
@@ -41,8 +41,6 @@ jobs:
41
42
- name: isort
43
run: isort --check --diff .
44
- - name: black version
45
- run: black --version
46
- name: black
47
run: black --check --diff .
48
- name: pytest
0 commit comments