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 6431967 commit 4c5f207Copy full SHA for 4c5f207
1 file changed
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run linter
24
run: |
25
- ruff check --preview --output-format=concise wfsOutputExtension
+ ruff check --output-format=concise wfsOutputExtension
26
mypy wfsOutputExtension
27
28
- name: Run security check
0 commit comments