-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
37 lines (33 loc) · 1.05 KB
/
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
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = rbc/_version.py
versionfile_build = rbc/_version.py
tag_prefix = v
parentdir_prefix =
[flake8]
per-file-ignores =
rbc/stdlib/creation_functions.py: F822
rbc/stdlib/data_type_functions.py: F822, E501
rbc/stdlib/linear_algebra_functions.py: F822
rbc/stdlib/manipulation_functions.py: F822
rbc/stdlib/searching_functions.py: F822
rbc/stdlib/set_functions.py: F822
rbc/stdlib/sorting_functions.py: F822
rbc/stdlib/utility_functions.py: F822
rbc/stdlib/elementwise_functions.py: F822
rbc/stdlib/statistical_functions.py: F822
rbc/heavydb/text_encoding_none.py: E275
rbc/tests/test_numpy_rjit.py: E275
rbc/tests/heavydb/test_udtf.py: E275
rbc/tests/heavydb/test_math.py: E275
exclude =
versioneer.py
.eggs
max-line-length = 99
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning