We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd261b commit 1e82e71Copy full SHA for 1e82e71
pelican/plugins/md_inline_extension/inline.py
@@ -6,8 +6,7 @@
6
and allows for customized inline HTML
7
"""
8
9
-# Ignore mypy errors
10
-# type: ignore
+# mypy: ignore-errors
11
12
import sys
13
0 commit comments