Skip to content

Commit fedabd6

Browse files
committed
enable rule F401 of ruff in continuous integration
1 parent d1d2a46 commit fedabd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Install and run ruff
2121
run: |
2222
pip install ruff
23-
ruff check --target-version "py39" --select "UP006"
23+
ruff check --target-version "py39" --select "UP006" --select "F401"

0 commit comments

Comments
 (0)