Skip to content

Commit cc322db

Browse files
authored
Vale upgrade TokenIgnores (#1782)
Signed-off-by: paul.profizi <[email protected]>
1 parent ca11a17 commit cc322db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Google.Headings = NO
4040
# Format-specific settings appear
4141
# under a user-provided "glob"
4242
# pattern.
43-
TokenIgnores = (:(func|class|meth|attr|py):`(?:.|\n)*?`)|(<.*>)
43+
TokenIgnores = (:(func|class|meth|attr|py|py:class|py:meth):`(?:.|\n)*?`)|(<.*>)|

0 commit comments

Comments
 (0)