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 9b8758d commit 0887144Copy full SHA for 0887144
.github/workflows/ci.yml
@@ -13,7 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: codespell-project/actions-codespell@v2
17
- uses: astral-sh/ruff-action@v3
18
with:
19
args: check --ignore=ALL # Turn off 800+ lint rules to only look for Python SyntaxErrors.
0 commit comments