Skip to content

Commit a202a81

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

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""
2-
Setup file for grelu.
3-
Use setup.cfg to configure your project.
2+
Setup file for grelu.
3+
Use setup.cfg to configure your project.
44
5-
This file was generated with PyScaffold 4.4.1.
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.4.1.
6+
PyScaffold helps you to put up the scaffold of your new Python project.
7+
Learn more under: https://pyscaffold.org/
88
"""
99

1010
from setuptools import setup

src/grelu/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_transform_func(
126126

127127

128128
def make_list(
129-
x: Optional[Union[pd.Series, np.ndarray, Tensor, Sequence, int, float, str]]
129+
x: Optional[Union[pd.Series, np.ndarray, Tensor, Sequence, int, float, str]],
130130
) -> list:
131131
"""
132132
Convert various kinds of inputs into a list

tests/conftest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""
2-
Dummy conftest.py for grelu.
2+
Dummy conftest.py for grelu.
33
4-
If you don't know what this is for, just leave it empty.
5-
Read more about conftest.py under:
6-
- https://docs.pytest.org/en/stable/fixture.html
7-
- https://docs.pytest.org/en/stable/writing_plugins.html
4+
If you don't know what this is for, just leave it empty.
5+
Read more about conftest.py under:
6+
- https://docs.pytest.org/en/stable/fixture.html
7+
- https://docs.pytest.org/en/stable/writing_plugins.html
88
"""
99

1010
# import pytest

0 commit comments

Comments
 (0)