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 9587451 commit ac8ef46Copy full SHA for ac8ef46
1 file changed
.github/workflows/ci-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Python - Check Formatting
26
uses: astral-sh/ruff-action@v1
27
with:
28
- args: "format --check --extend-ignore F541,F841"
+ args: format --check
29
30
py_linting:
31
runs-on: ubuntu-latest
0 commit comments