File tree Expand file tree Collapse file tree 6 files changed +15
-194
lines changed
Expand file tree Collapse file tree 6 files changed +15
-194
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " pip"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ allow :
8+ - dependency-type : " all"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717.. image :: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
1818 :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
1919
20+ .. image :: https://img.shields.io/badge/skeleton-2021-informational
21+ :target: https://blog.jaraco.com/skeleton
22+
2023
2124Library to access the metadata for a Python package.
2225
Original file line number Diff line number Diff line change 2424 ],
2525 )
2626}
27+
28+ # Be strict about any broken references:
29+ nitpicky = True
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extras =
2323 testing
2424changedir = docs
2525commands =
26- python -m sphinx . {toxinidir}/build/html
26+ python -m sphinx -W --keep-going . {toxinidir}/build/html
2727
2828[testenv:diffcov]
2929deps =
You can’t perform that action at this time.
0 commit comments