Skip to content

Commit 0acbfb3

Browse files
committed
Disable the "no-name-in-module" lint error
1 parent d20f4f3 commit 0acbfb3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
# pylint: disable=invalid-name
66

77
import datetime
8-
from sphinx_gallery.sorting import FileNameSortKey, ExplicitOrder
8+
from sphinx_gallery.sorting import ( # pylint: disable=no-name-in-module
9+
FileNameSortKey,
10+
ExplicitOrder,
11+
)
912
from pygmt import __version__, __commit__
1013
from pygmt.sphinx_gallery import PyGMTScraper
1114

0 commit comments

Comments
 (0)