Skip to content

Commit 2f53193

Browse files
authored
Merge pull request #1030 from NeurodataWithoutBorders/pre-commit-ci-update-config
2 parents dc9f6bb + 4df8b0b commit 2f53193

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.11.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
exclude: ^docs/
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: 7.0.0
17+
rev: 8.0.1
1818
hooks:
1919
- id: isort
2020

generateInterfaceSchema.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class CustomNWBConverter(NWBConverter):
6060
"""
6161

6262
with open(sourceDataStoryPath, "w") as outfile:
63-
outfile.write(
64-
f"""import {{ globalState, PageTemplate }} from "./storyStates";
63+
outfile.write(f"""import {{ globalState, PageTemplate }} from "./storyStates";
6564
{importCode}
6665
6766
export default {{
@@ -82,5 +81,4 @@ class CustomNWBConverter(NWBConverter):
8281
All.args = {{ activePage, globalState: globalStateCopy }};
8382
8483
{storyCode}
85-
"""
86-
)
84+
""")

0 commit comments

Comments
 (0)