forked from glotzerlab/signac-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (34 loc) · 835 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
[bumpversion]
current_version = 0.17.0
commit = True
tag = False
message = Bump up to version {new_version}.
[metadata]
description-file = README.md
[bdist_wheel]
python-tag = py3
[pydocstyle]
convention = numpy
match = ^((?!\.sync-zenodo-metadata|setup).)*\.py$
match-dir = ^((?!\.|tests|mistune).)*$
ignore-decorators = "deprecated"
[flake8]
max-line-length = 100
exclude = mistune
select = E,F,W
ignore = E123,E126,E226,E241,E704,W503,W504
[coverage:run]
branch = True
concurrency = thread,multiprocessing
parallel = True
source = flow
omit =
*/flow/util/mistune/*.py
[bumpversion:file:setup.py]
[bumpversion:file:flow/version.py]
[bumpversion:file:doc/conf.py]
[bumpversion:file:CITATION.cff]
[bumpversion:file:.zenodo.json]
[tool:pytest]
filterwarnings =
ignore:.*The env argument is deprecated*:DeprecationWarning