File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ class CustomNWBConverter(NWBConverter):
6060"""
6161
6262with 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
6766export default {{
@@ -82,5 +81,4 @@ class CustomNWBConverter(NWBConverter):
8281All.args = {{ activePage, globalState: globalStateCopy }};
8382
8483{ storyCode }
85- """
86- )
84+ """ )
You can’t perform that action at this time.
0 commit comments