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 d1d2a46 commit fedabd6Copy full SHA for fedabd6
.github/workflows/lint.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Install and run ruff
21
run: |
22
pip install ruff
23
- ruff check --target-version "py39" --select "UP006"
+ ruff check --target-version "py39" --select "UP006" --select "F401"
0 commit comments