File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=41.2" , " setuptools_scm" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [tool .interrogate ]
6+ ignore-init-method = true
7+ ignore-init-module = false
8+ ignore-magic = false
9+ ignore-semiprivate = false
10+ ignore-private = false
11+ ignore-module = false
12+ fail-under = 85
13+ exclude = [" setup.py" , " docs" , " tests" ]
14+ verbose = 1
15+ quiet = false
16+ color = true
Original file line number Diff line number Diff line change 1- # See the docstring in versioneer.py for instructions. Note that you must
2- # re-run 'versioneer.py setup' after changing this section, and commit the
3- # resulting files.
4-
5- [versioneer]
6- VCS = git
7- style = pep440
8- versionfile_source = folium/_version.py
9- versionfile_build = folium/_version.py
10- tag_prefix = v
11- parentdir_prefix =
12-
131[tool:pytest]
142flake8-max-line-length = 121
153flake8-ignore =
You can’t perform that action at this time.
0 commit comments