Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CI](https://github.com/michael-denyer/pyLocusZoom/actions/workflows/ci.yml/badge.svg)](https://github.com/michael-denyer/pyLocusZoom/actions/workflows/ci.yml)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.22665975-orange)](https://doi.org/10.5281/zenodo.22665975)
[![PyPI](https://img.shields.io/pypi/v/pylocuszoom)](https://pypi.org/project/pylocuszoom/)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.22665975-blue)](https://doi.org/10.5281/zenodo.22665975)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-red.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![Matplotlib](https://img.shields.io/badge/Matplotlib-3.5+-11557c.svg)](https://matplotlib.org/)
Expand Down
4 changes: 4 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ exclude = [
# gnu.org aggressively rate-limits CI runner IPs. LICENSE.md is already
# excluded via exclude_path; this catches inline GPL links in other docs.
'^https?://www\.gnu\.org/licenses/',
# DOIs are persistent identifiers; the doi.org hop always resolves, and
# the Zenodo record page behind it has returned 504 during outages, which
# lychee reports as a redirect loop. Don't let a Zenodo outage block a commit.
'^https?://doi\.org/10\.5281/zenodo\.',
]

exclude_path = [
Expand Down
Loading