mirror of
https://github.com/rapidsai/cudf.git
synced 2021-11-08 00:24:56 +03:00
20 lines
245 B
TOML
20 lines
245 B
TOML
[tool.black]
|
|
line-length = 79
|
|
target-version = ["py36"]
|
|
include = '\.py?$'
|
|
exclude = '''
|
|
/(
|
|
thirdparty |
|
|
\.eggs |
|
|
\.git |
|
|
\.hg |
|
|
\.mypy_cache |
|
|
\.tox |
|
|
\.venv |
|
|
_build |
|
|
buck-out |
|
|
build |
|
|
dist
|
|
)/
|
|
'''
|