Files
vk-url-scraper/pyproject.toml
Miguel Sozinho Ramalho b3c7ac8e5d Initial commit
2022-06-17 13:25:27 +01:00

26 lines
347 B
TOML

[tool.black]
line-length = 100
include = '\.pyi?$'
exclude = '''
(
__pycache__
| \.git
| \.mypy_cache
| \.pytest_cache
| \.vscode
| \.venv
| \bdist\b
| \bdoc\b
)
'''
[tool.isort]
profile = "black"
multi_line_output = 3
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"