File: setup.cfg

package info (click to toggle)
eccodes-python 2%3A1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: python: 2,695; ansic: 262; makefile: 83
file content (33 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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
[aliases]
test = pytest

[tool:pytest]
norecursedirs =
    build
    dist
    .tox
    .docker-tox
    .eggs
pep8maxlinelength = 99
mccabe-complexity = 11
filterwarnings =
    ignore::FutureWarning
pep8ignore =
    * E203 W503
    */__init__.py E402
    eccodes/eccodes.py ALL
    eccodes/high_level/* ALL
    gribapi/errors.py ALL
    gribapi/gribapi.py E501
flakes-ignore =
    */__init__.py UnusedImport
    */__init__.py ImportStarUsed
    eccodes/eccodes.py ALL
    eccodes/high_level/* ALL
    gribapi/errors.py ALL

[coverage:run]
branch = True

[zest.releaser]
python-file-with-version = gribapi/bindings.py