From 8c79507082ded4495a3bc12e128014d7e14e7c82 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 8 Nov 2023 11:01:53 -0800 Subject: [PATCH] Update .pyspelling.yml Exclude :meth: and :obj: from spellcheck. --- .pyspelling.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pyspelling.yml b/.pyspelling.yml index d09b401bdc0..7ceeab175b7 100644 --- a/.pyspelling.yml +++ b/.pyspelling.yml @@ -19,7 +19,7 @@ matrix: - open: '\.\.\s+(figure|literalinclude|math|image|grid)::' close: '\n' # Exclude roles: - - open: ':(?:(class|py:mod|mod|func)):`' + - open: ':(?:(class|py:mod|mod|func|meth|obj)):`' content: '[^`]*' close: '`' # Exclude reStructuredText hyperlinks @@ -70,7 +70,7 @@ matrix: - open: ':figure:.*' close: '\n' # Ignore reStructuredText roles - - open: ':(?:(class|file|func|math|ref|octicon)):`' + - open: ':(?:(class|file|func|math|ref|octicon|meth|obj)):`' content: '[^`]*' close: '`' - open: ':width:'