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 284fd40 commit a78ea98Copy full SHA for a78ea98
.github/workflows/python.yaml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install --upgrade pip
26
python3 -m pip install -e '.[dev]'
27
- name: Lint with ruff
28
- run: ruff .
+ run: ruff check .
29
- name: Check formatting with black
30
run: black . --check --verbose
31
- name: Run unit tests
0 commit comments