Skip to content

Commit 52be90a

Browse files
committed
MNT: Ignore BLE001 (blind exceptions) for sphinxext module
1 parent 4ffce8d commit 52be90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ inline-quotes = "single"
186186
"*/test_*.py" = ["S101"]
187187
"fmriprep/utils/debug.py" = ["A002", "T100"]
188188
"docs/conf.py" = ["A001"]
189+
"docs/sphinxext/github_link.py" = ["BLE001"]
189190

190191
[tool.ruff.format]
191192
quote-style = "single"

0 commit comments

Comments
 (0)