mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-08-04 11:31:21 +02:00
[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:
parent
c58467aa11
commit
8a39a951d1
4 changed files with 5 additions and 11 deletions
|
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||
target-version = "py310"
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["E", "W", "I", "B", "PIE", "PLE", "PLW", "UP", "NPY", "RUF"]
|
||||
select = ["E", "W", "I", "B", "PIE", "PLE", "PLW", "UP", "NPY", "RUF", "F"]
|
||||
ignore = [
|
||||
"F403", # star imports in __init__ files are intentional
|
||||
"E501", # line too long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue