Skip to content

Commit

Permalink
Update codespell_and_ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 2, 2024
1 parent f0d313c commit de7854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell_and_ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v4
- run: pip install --user codespell[toml] ruff
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
- run: ruff --output-format=github --target-version=py38 .
- run: ruff check --output-format=github --target-version=py38 .

0 comments on commit de7854e

Please sign in to comment.