Skip to content

Commit 66c8386

Browse files
committed
Flake8 doing its thing. Once again.
1 parent 6105d53 commit 66c8386

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/sphinx/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,9 @@ def setup(app):
389389
'gallery_dirs': ['gallery'], # location of generated output
390390

391391
# do not execute gallery examples that begin with NX_
392-
# https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns
393-
# left & center operands ensure only start of filename as remaining group to be matched by right operand
392+
# left & center operands ensure only start of filename
393+
# is the remaining group to be matched by right operand
394+
# https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns # noqa: E501
394395
'filename_pattern': "^.*" + os.path.sep + "((?!NX_).)*$",
395396

396397
# directory where function/class granular galleries are stored

0 commit comments

Comments
 (0)