Skip to content

Commit a80f389

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

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
"""
2-
Setup file for pyscaffoldext-custom-extension.
3-
Use setup.cfg to configure your project.
2+
Setup file for pyscaffoldext-custom-extension.
3+
Use setup.cfg to configure your project.
44
5-
This file was generated with PyScaffold 4.0b3.
6-
PyScaffold helps you to put up the scaffold of your new Python project.
7-
Learn more under: https://pyscaffold.org/
5+
This file was generated with PyScaffold 4.0b3.
6+
PyScaffold helps you to put up the scaffold of your new Python project.
7+
Learn more under: https://pyscaffold.org/
88
"""
9+
910
from setuptools import setup
1011

1112
if __name__ == "__main__":

src/pyscaffoldext/custom_extension/extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Main logic to create custom extensions"""
2+
23
from functools import partial, reduce
34
from typing import List
45

tests/conftest.py

Lines changed: 1 addition & 0 deletions
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 logging
67
import os
78

0 commit comments

Comments
 (0)