File: setup.cfg

package info (click to toggle)
python-cartopy 0.21.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,668 kB
  • sloc: python: 15,101; makefile: 166; javascript: 66; sh: 6
file content (10 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[flake8]
exclude = \
    build, \
    setup.py, \
    docs/source/conf.py

[tool:pytest]
addopts = --mpl
testpaths = lib
python_files = test_*.py