forked from NOAA-GFDL/PyFV3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (38 loc) · 838 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
[bumpversion]
current_version = 0.2.0
commit = True
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
ignore = W503,E302,E203,F841
max-line-length = 88
[aliases]
[tool:isort]
line_length = 88
force_grid_wrap = 0
include_trailing_comma = true
multi_line_output = 3
use_parentheses = true
lines_after_imports = 2
default_section = THIRDPARTY
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
known_first_party = pyFV3,ndsl,pySHiELD
known_third_party = f90nml,pytest,xarray,numpy,mpi4py,gt4py
[mypy]
ignore_missing_imports = True
follow_imports = normal
namespace_packages = True
strict_optional = False
warn_unreachable = True
explicit_package_bases = True
[coverage:run]
parallel = true
branch = true
omit =
tests/*
*gt_cache*
.dacecache*
external/*
__init__.py
source_pkgs = pyFV3