forked from SciTools/cartopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (25 loc) · 871 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
[flake8]
ignore = E402,\ # Due to conditional imports
E226,\ # Due to whitespace around operators (e.g. 2*x + 3)
E241 # Due to multiple spaces after comma
exclude = \
build, \
setup.py, \
docs/source/conf.py, \
docs/source/sphinxext/plot_directive.py, \
versioneer.py
[tool:pytest]
markers =
natural_earth: mark tests that use Natural Earth data, and the network, if not cached.
network: mark tests that use the network.
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
[versioneer]
# 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.
VCS = git
style = pep440-branch-based
versionfile_source = lib/cartopy/_version.py
versionfile_build = cartopy/_version.py
tag_prefix = v
parentdir_prefix =