Skip to content

Commit

Permalink
uff check --output-format=github --select=ALL --ignore=D203,D212,Q000
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 23, 2024
1 parent 09d663f commit f569ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: pipx run codespell --ignore-words-list="commend"
- run: pip install mypy pytest ruff
- run: ruff format --check --config "format.quote-style = 'single'"
- run: ruff check --output-format=github --select=ALL --ignore=Q000
- run: ruff check --output-format=github --select=ALL --ignore=D203,D212,Q000
- run: pip install -r requirements.txt || pip install --editable . || true
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive .
Expand Down

0 comments on commit f569ec7

Please sign in to comment.