We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8602865 commit b548e34Copy full SHA for b548e34
.github/workflows/main.yml
@@ -19,4 +19,4 @@ jobs:
19
run: |
20
RUFF_VERSION=$(grep 'ruff==' setup.py | sed -n 's/.*ruff==\([0-9.]*\).*/\1/p')
21
pip install ruff=="$RUFF_VERSION"
22
- make lint
+ make check
0 commit comments