Skip to content

Commit 8a8ef11

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1300b08 commit 8a8ef11

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

mdit_py_plugins/amsmath/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""An extension to capture amsmath latex environments."""
2+
23
from __future__ import annotations
34

45
import re

mdit_py_plugins/attrs/parse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class <- '.' name
1919
bareval <- (ASCII_ALPHANUM | ':' | '_' | '-')+
2020
quotedval <- '"' ([^"] | '\"') '"'
2121
"""
22+
2223
from __future__ import annotations
2324

2425
from enum import Enum

mdit_py_plugins/container/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Process block-level custom containers."""
2+
23
from __future__ import annotations
34

45
from math import floor

mdit_py_plugins/deflist/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Process definition lists."""
2+
23
from markdown_it import MarkdownIt
34
from markdown_it.rules_block import StateBlock
45

mdit_py_plugins/field_list/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Field list plugin"""
2+
23
from contextlib import contextmanager
34
from typing import Iterator, Optional, Tuple
45

mdit_py_plugins/footnote/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Process footnotes"""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING, List, Optional, Sequence

mdit_py_plugins/front_matter/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Process front matter."""
2+
23
from markdown_it import MarkdownIt
34
from markdown_it.rules_block import StateBlock
45

0 commit comments

Comments
 (0)