Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#437)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.0](astral-sh/ruff-pre-commit@v0.0.292...v0.1.0)
- [github.com/abravalheri/validate-pyproject: v0.14 → v0.15](abravalheri/validate-pyproject@v0.14...v0.15)

* ruff --output-format=github .

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and cclauss authored Oct 17, 2023
1 parent a94545f commit 3198089
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
ruff: # https://docs.astral.sh/ruff/editor-integrations/#github-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
with:
Expand All @@ -17,9 +17,7 @@ jobs:
python -m pip install --upgrade pip
pip install --user "codespell[toml]" ruff
- run: codespell
- run: ruff check .
env:
RUFF_OUTPUT_FORMAT: github
- run: ruff check --output-format=github .

tox:
needs: ruff
Expand Down

0 comments on commit 3198089

Please sign in to comment.