forked from NOAA-GFDL/NDSL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (32 loc) · 843 Bytes
/
setup.cfg
File metadata and controls
37 lines (32 loc) · 843 Bytes
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
[flake8]
exclude = docs
ignore = E203,E302,E704,F841,W293,E501,W503
max-line-length = 88
[aliases]
[tool:isort]
profile = black
lines_after_imports = 2
default_section = THIRDPARTY
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
known_third_party = f90nml,pytest,xarray,numpy,mpi4py,gt4py,dace
[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 = ndsl
[metadata]
# Include the license file in the generated wheel, see
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
license_files = LICENSE.txt