Skip to content

Commit 4c5f207

Browse files
committed
[GH] Remove ruff --preview option
1 parent 6431967 commit 4c5f207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run linter
2424
run: |
25-
ruff check --preview --output-format=concise wfsOutputExtension
25+
ruff check --output-format=concise wfsOutputExtension
2626
mypy wfsOutputExtension
2727
2828
- name: Run security check

0 commit comments

Comments
 (0)