mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-07 19:08:38 +03:00
26 lines
347 B
TOML
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"
|