Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 28, 2023
1 parent 6ffff98 commit 3d97a17
Show file tree
Hide file tree
Showing 18 changed files with 126 additions and 109 deletions.
2 changes: 1 addition & 1 deletion schemas/json/generated/BiocamRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/BlackrockRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/BlackrockSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/CellExplorerSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/IntanRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/KiloSortSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeLFPInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/OpenEphysRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/PhySortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/ScanImageImagingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/Spike2RecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/SpikeGLXNIDQInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/SpikeGLXRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const exitPyProc = async () => {
const killAllPreviousProcesses = async () => {

const fetch = globalThis.fetch

if (fetch){
console.log("Killing all previous processes");

Expand Down
201 changes: 109 additions & 92 deletions src/renderer/src/stories/pages/guided-mode/SourceData.stories.js

Large diffs are not rendered by default.

0 comments on commit 3d97a17

Please sign in to comment.