talon-scripts/community/pyproject.toml
2025-08-19 08:06:37 -04:00

15 lines
194 B
TOML

[tool.black]
target-version = ['py310']
[tool.isort]
profile = 'black'
[tool.pytest.ini_options]
pythonpath = [
".",
"test/stubs",
]
[tool.pyright]
reportSelfClsParameterName = false