14 lines
194 B
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
|