Skip to content

Commit

Permalink
ruff --format=github --target-version=py38 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 21, 2023
1 parent b17f080 commit 093ff64
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@v3
- run: pip install --user codespell[toml] ruff
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
- run: ruff --format=github --ignore=E401,E731,F401 --target-version=py38 .
- run: ruff --format=github --target-version=py38 .

0 comments on commit 093ff64

Please sign in to comment.