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 dc74a4b commit 03a0ba4Copy full SHA for 03a0ba4
.github/workflows/python-check.yaml
@@ -27,7 +27,7 @@ jobs:
27
python3 -m pip install --upgrade pip
28
python3 -m pip install -r requirements-dev.txt
29
- name: Lint with ruff
30
- run: ruff .
+ run: ruff check .
31
- name: Check formatting with black
32
run: black . --check --verbose
33
- name: Run tests
0 commit comments