We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d5be1 commit e205f70Copy full SHA for e205f70
.github/workflows/precommit.yml
@@ -76,7 +76,7 @@ jobs:
76
exclude_urls: https://www.gnu.org/licenses/gpl-3.0.html,https://open-atmos.github.io/PySDM/\2/\3.html
77
78
# A comma separated patterns to exclude during URL checks
79
- exclude_patterns: http://purl.org,http://www.w3.org
+ exclude_patterns: http://purl.org,http://www.w3.org,https://doi.org/10.1175/
80
81
# A comma separated list of file patterns (direct paths work as well) to exclude
82
exclude_files: docs/generate_html.py,.github/workflows/precommit.yml
0 commit comments