Skip to content

Commit 7388649

Browse files
authored
Merge pull request #248 from optimas-org/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 389f402 + c52aafb commit 7388649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ repos:
104104
105105
# Python Formatting
106106
- repo: https://github.com/psf/black
107-
rev: 24.10.0 # Keep in sync with blacken-docs
107+
rev: 25.1.0 # Keep in sync with blacken-docs
108108
hooks:
109109
- id: black
110110
- repo: https://github.com/asottile/blacken-docs
111-
rev: 1.19.0
111+
rev: 1.19.1
112112
hooks:
113113
- id: blacken-docs
114114
args: [--line-length=80]

optimas/utils/other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def convert_to_dataframe(
10-
data: Union[Dict, List[Dict], np.ndarray, pd.DataFrame]
10+
data: Union[Dict, List[Dict], np.ndarray, pd.DataFrame],
1111
) -> pd.DataFrame:
1212
"""Convert input data to a pandas DataFrame.
1313

0 commit comments

Comments
 (0)