We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acd8e1 commit bdccbe6Copy full SHA for bdccbe6
1 file changed
.github/workflows/ruff.yaml
@@ -17,11 +17,11 @@ jobs:
17
- name: Check Ruff Linting
18
uses: astral-sh/ruff-action@v3
19
with:
20
- version: "0.15.2"
21
- args: "check"
+ version: "0.15.7"
+ args: "check --select I"
22
23
- name: Check Ruff Formatting
24
25
26
27
args: "format --check --diff"
0 commit comments