Skip to content

Commit 8890ae7

Browse files
authored
Remove no longer supported ruff option
1 parent 76161b1 commit 8890ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- run: pip install ruff
15-
- run: ruff --output-format=github .
15+
- run: ruff .
1616

1717
test_python:
1818
strategy:

0 commit comments

Comments
 (0)