forked from ibis-project/ibis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (53 loc) · 979 Bytes
/
setup.cfg
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
[versioneer]
VCS = git
style = pep440
versionfile_source = ibis/_version.py
versionfile_build = ibis/_version.py
tag_prefix =
parentdir_prefix = ibis-
[flake8]
ignore = D202,D203,W503,E203
max-line-length = 79
exclude = build,dist,docs,versioneer.py,ibis/_version.py,.git,__pycache__,.tox,.eggs,*.egg,.asv
[pydocstyle]
inherit = false
convention = numpy
[isort]
line_length = 79
multi_line_output = 3
include_trailing_comma = true
skip = versioneer.py,ibis/_version.py
[bdist_wheel]
universal = 0
[mypy-ibis._version]
ignore_errors = true
[tool:pytest]
xfail_strict = true
addopts = --strict-markers
markers =
backend
bigquery
clickhouse
csv
hdfs
hdf5
impala
kudu
omniscidb
mysql
only_on_backends
pandas
parquet
postgis
postgresql
postgres_extensions
pyspark
skip_backends
skip_missing_feature
spark
sqlite
superuser
udf
xfail_backends
xfail_unsupported
xpass_backends