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 539e9ec commit 2c81152Copy full SHA for 2c81152
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
python -m venv venv
32
source venv/bin/activate
33
pip install ruff
34
- ruff .
+ ruff check .
35
pip install maturin
36
maturin develop
37
python -m unittest discover -s tests -p '*.py'
0 commit comments