mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-13 05:48:37 +03:00
Initial commit
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user