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 0d5d115 commit cd73cc8Copy full SHA for cd73cc8
.github/workflows/lint.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Install python prerequisites
29
run: pip install -U --user ruff
30
- name: Ruff lint
31
- run: ruff --check
+ run: ruff check
0 commit comments