[ci] Fix ruff 0.16 regression (#289)

* [ci] Add free threaded python interpreter 3.14t to pytest action

* [ci] Return to pre 0.16 ruff behaviour

* [ci] Add back ruff pyflake checks and allow 3.14t to fail

* [ci] undo pytest change, bump ruff runner version

* [ci] Explicitly bump ruff action version
This commit is contained in:
Fabian Joswig 2026-07-27 22:03:10 +02:00 committed by GitHub
commit 8a39a951d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 11 deletions

View file

@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v4.1.0
with:
src: "./pyerrors"