mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-07 15:27:05 +00:00
17 lines
385 B
TOML
17 lines
385 B
TOML
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
requires = ["setuptools>=54.0.0", "wheel", "pip>=21.0.0"]
|
|
|
|
[tool.black]
|
|
extend-exclude = '''
|
|
# A regex preceded with ^/ will apply only to files and directories
|
|
# in the root of the project.
|
|
^/tmp
|
|
'''
|
|
include = '\.pyi?$'
|
|
|
|
[tool.isort]
|
|
indent = ' '
|
|
profile = 'black'
|
|
sections = 'FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER'
|