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 5739952 commit 76a6736Copy full SHA for 76a6736
.github/actions/lint/action.yml
@@ -43,7 +43,7 @@ runs:
43
44
- name: Run Ruff
45
run: |
46
- python -m pip install -U ruff<0.8.0
+ python -m pip install -U "ruff<0.8.0"
47
python -m ruff check .
48
python -m ruff format --check
49
working-directory: python_files
0 commit comments