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 c2651fb commit ffc0549Copy full SHA for ffc0549
1 file changed
.github/workflows/main.yml
@@ -35,12 +35,14 @@ jobs:
35
- name: Test with pytest
36
run: |
37
pytest ./tests
38
- - name: Check with isort
39
- run: |
40
- isort --check --diff .
41
- - name: Check with black
42
43
- black --check --diff .
44
- - name: Check with flake8
45
46
- flake8 --show-source --statistics .
+
+# will be replaced by ruff
+# - name: Check with isort
+# run: |
+# isort --check --diff .
+# - name: Check with black
+# black --check --diff .
+# - name: Check with flake8
47
48
+# flake8 --show-source --statistics .
0 commit comments