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.
2 parents 29cc0e8 + 819ac9c commit 429b8a2Copy full SHA for 429b8a2
.github/workflows/python.yaml
@@ -20,7 +20,7 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install -r requirements-dev.txt
22
- name: Lint with ruff
23
- run: ruff .
+ run: ruff check .
24
- name: Check formatting with black
25
run: black . --check --verbose
26
- name: Run unit tests
0 commit comments