We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff .
ruff check .
1 parent 294ef24 commit d54936eCopy full SHA for d54936e
1 file changed
.github/workflows/tests.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Install dependencies
32
run: poetry install --with=docs,test,coverage,lint
33
34
- - name: Lint with ruff
35
- run: poetry run ruff .
+ - name: Lint with ruff check
+ run: poetry run ruff check .
36
37
- name: Format with ruff
38
run: poetry run ruff format . --check
0 commit comments