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 1a7e11b commit 51dc6e6Copy full SHA for 51dc6e6
.github/workflows/main.yml
@@ -83,4 +83,4 @@ jobs:
83
- name: Install ruff
84
run: python -m pip install ruff
85
- name: Run ruff check
86
- run: ruff check --select F,E,W,I --ignore E501 .
+ run: ruff check --select F,E,W,I,UP --ignore E501 .
0 commit comments