Skip to content

Commit

Permalink
lint_python.yml: ruff --output-format=github .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 6, 2024
1 parent 2057735 commit 9b80a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
check-latest: true
- run: pip install --upgrade pip setuptools wheel
- run: pip install black codespell mypy pytest ruff safety
- run: ruff --format=github .
- run: ruff --output-format=github .
- run: black --check . || true
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
- run: pip install -r requirements-test.txt
Expand Down

0 comments on commit 9b80a83

Please sign in to comment.