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 987deb9 commit 5790894Copy full SHA for 5790894
.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"
47
python -m ruff check .
48
python -m ruff format --check
49
working-directory: python_files
0 commit comments