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 a1fe900 commit 46b7453Copy full SHA for 46b7453
.github/workflows/python-test.yaml
@@ -47,7 +47,7 @@ jobs:
47
python -m pip install --upgrade pip
48
pip install -r requirements-dev.txt
49
- name: Lint with ruff
50
- run: ruff .
+ run: ruff check .
51
- name: Check types with mypy
52
run: |
53
cd scripts/
0 commit comments