We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b8b58 commit 5058db1Copy full SHA for 5058db1
1 file changed
.github/workflows/python-package.yml
@@ -40,7 +40,7 @@ jobs:
40
poetry install --extras "cli fast solvents"
41
42
- name: Lint with Ruff
43
- - run: |
+ run: |
44
poetry run ruff check --output-format=github .
45
46
- name: Lint with Black
0 commit comments