mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-05-13 16:46:52 +02:00
10 lines
233 B
TOML
10 lines
233 B
TOML
[build-system]
|
|
requires = ["setuptools >= 63.0.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.ruff]
|
|
target-version = "py310"
|
|
|
|
[tool.ruff.lint]
|
|
extend-select = ["I", "B", "PLE", "UP"]
|
|
ignore = ["F403", "E501", "PLC0415"]
|