8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · pyscript/pyscript@bea1071 · GitHub
[go: up one dir, main page]

Skip to content

Commit bea1071

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3b86a9 commit bea1071

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

core/src/plugins.js

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
// ⚠️ This file is an artifact: DO NOT MODIFY
22
export default {
3-
["deprecations-manager"]: () => import(
4-
/* webpackIgnore: true */
5-
"./plugins/deprecations-manager.js"
6-
),
7-
error: () => import(
8-
/* webpackIgnore: true */
9-
"./plugins/error.js"
10-
),
11-
["py-editor"]: () => import(
12-
/* webpackIgnore: true */
13-
"./plugins/py-editor.js"
14-
),
15-
["py-terminal"]: () => import(
16-
/* webpackIgnore: true */
17-
"./plugins/py-terminal.js"
18-
),
3+
["deprecations-manager"]: () =>
4+
import(
5+
/* webpackIgnore: true */
6+
"./plugins/deprecations-manager.js"
7+
),
8+
error: () =>
9+
import(
10+
/* webpackIgnore: true */
11+
"./plugins/error.js"
12+
),
13+
["py-editor"]: () =>
14+
import(
15+
/* webpackIgnore: true */
16+
"./plugins/py-editor.js"
17+
),
18+
["py-terminal"]: () =>
19+
import(
20+
/* webpackIgnore: true */
21+
"./plugins/py-terminal.js"
22+
),
1923
};

0 commit comments

Comments
 (0)
0