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 14b3e59 commit 9c17b71Copy full SHA for 9c17b71
1 file changed
.github/workflows/01-build-then-test.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install lint dependencies
43
run: pip install -r requirements/lint.txt
44
- name: Run ruff check
45
- run: ruff .
+ run: ruff check .
46
- name: Run black check
47
run: black --check .
48
- name: Run isort check
0 commit comments