Skip to content

Commit 65e3086

Browse files
committed
Ignore errors not worth fixing
(plugins not used)
1 parent d836f45 commit 65e3086

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pelican/plugins/md_inline_extension/inline.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
and allows for customized inline HTML
77
"""
88

9+
# Ignore mypy errors
10+
# type: ignore
11+
912
import sys
1013

1114
from pelican import signals

pelican/plugins/md_inline_extension/pelican_inline_markdown_extension.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
the Pelican Python static site generator to add inline patterns.
77
"""
88

9+
# pylint: skip-file
10+
911
import markdown
1012
import re
1113

0 commit comments

Comments
 (0)