summaryrefslogtreecommitdiff
path: root/wrappers/python/pyproject.toml
blob: 863ce8c8eeb18b1189a57a11898dbdbf5846f8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.ruff]
line-length = 120

[tool.ruff.lint]
extend-select = [
    # isort
    "I",
]
ignore = ['E402']

[tool.ruff.lint.isort]
case-sensitive = true