We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94911d commit fdcd0b7Copy full SHA for fdcd0b7
1 file changed
.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