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 923c8ad commit 47bc787Copy full SHA for 47bc787
.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
requirements-dev.txt
@@ -3,5 +3,5 @@ pytest
3
coverage
4
pytest-cov
5
black
6
-ruff
+ruff==0.12.5
7
pre-commit
0 commit comments