[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.black] line-length = 88 include = '\.pyi?$' exclude = ''' /( \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist | venv )/ ''' [tool.ruff] ignore = [] line-length = 88 select = [ "B", "B9", "C", "E", "F", "W", ] [tool.ruff.mccabe] max-complexity = 10