dotfiles/talon/user/community/pyproject.toml

14 lines
194 B
TOML

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