-
Notifications
You must be signed in to change notification settings - Fork 122
/
setup.cfg.in
61 lines (56 loc) · 1.29 KB
/
setup.cfg.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
version = @VINEYARD_VERSION@
[pycodestyle]
max_line_length = 88
[isort]
ensure_newline_before_comments = True
line_length = 88
force_single_line = True
group_by_package = True
skip =
.git/
benchmark/
build/
dist/
misc/
modules/graph/thirdparty/
modules/io/build/
python-libs/
python/vineyard/contrib/kedro/kedro-starters/
python/vineyard/contrib/kedro/benchmark/
thirdparty/
known_airflow = airflow
known_pandas = numpy,pandas,pyarrow
known_dask = dask
known_ray = ray
known_vineyard = vineyard
sections = FUTURE,STDLIB,PANDAS,AIRFLOW,DASK,RAY,THIRDPARTY,VINEYARD,FIRSTPARTY,LOCALFOLDER
[flake8]
max-line-length = 88
max-complexity = 18
# for flake8-quotes
inline-quotes = single
# for flake8-comprehensions
extend-ignore = C4,C901,E203,F401,F401,F403,N801,N806,Q000,Q001,Q002
extend-exclude =
.git/
benchmark/
build/
dist/
misc/
modules/graph/thirdparty/
modules/io/build/
python-libs/
python/vineyard/contrib/kedro/kedro-starters/
python/vineyard/contrib/kedro/benchmark/
thirdparty/
per-file-ignores =
python/vineyard/core/codegen/cpp.py:E501
python/vineyard/__init__.py:E402
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
fresh-env = 1
[upload_docs]
upload_dir = docs/_build/html