mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-09 17:36:14 +03:00
a87e8e34ac
* black the generated protocol messages code * Update tests/util/build_network_protocol_files.py Co-authored-by: Arvid Norberg <arvid@libtorrent.org> * more focused noqa Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
19 lines
414 B
TOML
19 lines
414 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=4.1.2"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm]
|
|
fallback_version = "unknown-no-.git-directory"
|
|
local_scheme = "no-local-version"
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
target-version = ['py37', 'py38', 'py39']
|
|
include = '''
|
|
^/(
|
|
[^/]*.py
|
|
| (benchmarks|build_scripts|chia|tests|tools)/.*\.pyi?
|
|
)$
|
|
'''
|
|
exclude = ''
|