-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (47 loc) · 849 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
# setup.cfg
[metadata]
name = cf_tools
license = Apache
url = https://github.com/NOC-MSM/cf-tools
[options]
packages = cf_tools
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
include_package_data = True
install_requires =
dask
imageio
matplotlib
xarray
cf_xarray
xgcm
numpy
gsw
xoak
setuptools
setup_requires =
setuptools
setuptools_scm
[tool:pytest]
testpaths = cf_tools/tests
addopts =
-v
--cov
[coverage:run]
omit = **/tests/*
[isort]
profile = black
skip = .ipynb_checkpoints
[black]
exclude = .ipynb_checkpoints
[flake8]
max-line-length = 88
extend-ignore = E203, W503
exclude = .ipynb_checkpoints
[darglint]
docstring_style=numpy
[mypy]
ignore_missing_imports = True
[pylint.master]
disable = E0401, R0903
[pylint.basic]
good-names = ds, da