Skip to content

Commit ea61ec5

Browse files
authored
Merge pull request #167 from andthum/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 96927ae + 1ddf59a commit ea61ec5

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.28.2"
111+
rev: "0.29.0"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -162,7 +162,7 @@ repos:
162162

163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164164
# Stay at black version 23, because some formatting rules change in
165-
# version 24.
165+
# version 24. Latest 23 version is 23.12.1.
166166
rev: "23.12.1"
167167
hooks:
168168
# Format Python code with black.
@@ -176,7 +176,7 @@ repos:
176176
- "--color"
177177

178178
- repo: "https://github.com/PyCQA/flake8"
179-
rev: "7.0.0"
179+
rev: "7.1.0"
180180
hooks:
181181
# Lint Python code with Flake8.
182182
- id: "flake8"
@@ -195,7 +195,7 @@ repos:
195195
- "pep8-naming >=0.1, <1.0"
196196

197197
- repo: "https://github.com/PyCQA/bandit"
198-
rev: "1.7.8"
198+
rev: "1.7.9"
199199
hooks:
200200
# Check code security with bandit.
201201
- id: "bandit"

docs/source/conf.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,17 @@
440440
text_secnumber_suffix = html_secnumber_suffix
441441

442442

443+
# -- Options for the linkcheck builder ---------------------------------
444+
445+
# List of regular expressions that match URIs that should not be checked
446+
# when running `make linkcheck`.
447+
linkcheck_ignore = [
448+
# Errno 110 Connection timed out.
449+
r"https://confluence\.uni-muenster\.de.",
450+
]
451+
linkcheck_retries = 2
452+
453+
443454
# -- Extension configuration -------------------------------------------
444455
# -- Options for autodoc extension -------------------------------------
445456

0 commit comments

Comments
 (0)