[tool.black] line-length = 88 target-version = ['py312'] include = '\.pyi?$' exclude = ''' /( \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist )/ ''' [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" python_functions = "test_*"