Skip to content
Merged
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 .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
exclude_urls: https://www.gnu.org/licenses/gpl-3.0.html,https://open-atmos.github.io/PySDM/\2/\3.html

# A comma separated patterns to exclude during URL checks
exclude_patterns: http://purl.org,http://www.w3.org
exclude_patterns: http://purl.org,http://www.w3.org,https://doi.org/10.1175/

# A comma separated list of file patterns (direct paths work as well) to exclude
exclude_files: docs/generate_html.py,.github/workflows/precommit.yml
Loading