Skip to content

Commit 1cbd2af

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7de6d26 commit 1cbd2af

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
PyScaffold helps you to put up the scaffold of your new Python project.
77
Learn more under: https://pyscaffold.org/
88
"""
9+
910
from setuptools import setup
1011

1112
if __name__ == "__main__":

src/pyscaffoldext/markdown/extension.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Extension that replaces reStructuredText by Markdown"""
2+
23
from functools import partial, reduce
34
from textwrap import dedent
45
from typing import List

tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
A nice option is to put your ``autouse`` fixtures here.
33
Functions that can be imported and re-used are more suitable for the ``helpers`` file.
44
"""
5+
56
import os
67
from pathlib import Path
78
from tempfile import mkdtemp

0 commit comments

Comments
 (0)