Skip to content

Commit c986716

Browse files
authored
Merge pull request #97 from Genentech/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c27fb34 + a202a81 commit c986716

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ repos:
3636
# ]
3737

3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.13.2
39+
rev: 6.0.0
4040
hooks:
4141
- id: isort
4242
args: ["--profile", "black"]
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.10.0
45+
rev: 25.1.0
4646
hooks:
4747
- id: black
4848
language_version: python3

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)