mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-05-13 16:46:52 +02:00
[chore] Stricter ruff rules
This commit is contained in:
parent
b28c2f0b6f
commit
c896843664
22 changed files with 400 additions and 311 deletions
|
|
@ -2,5 +2,9 @@
|
|||
requires = ["setuptools >= 63.0.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F403"]
|
||||
extend-select = ["I", "B", "PLE", "UP"]
|
||||
ignore = ["F403", "E501", "PLC0415"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue