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 e6f65f3 commit cb03e35Copy full SHA for cb03e35
.github/workflows/python.yaml
@@ -27,7 +27,7 @@ jobs:
27
pip install -r requirements-dev.txt
28
- name: Lint with flake8
29
run: |
30
- ruff .
+ ruff check .
31
- name: Check formatting with black
32
uses: psf/black@stable
33
with:
0 commit comments