Skip to content

Commit 3083e9d

Browse files
Update glue file (#5)
* wip * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update build cmd * Render plot widget * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c3c07c4 commit 3083e9d

35 files changed

+1139
-276
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ dmypy.json
123123

124124
.yarn/
125125
*.db
126+
127+
_interface
128+
*.vot
129+
*.fits

Diff for: .stylelintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"rules": {
88
"property-no-vendor-prefix": null,
99
"selector-no-vendor-prefix": null,
10-
"value-no-vendor-prefix": null
10+
"value-no-vendor-prefix": null,
11+
"selector-class-pattern": null
1112
}
1213
}

Diff for: .yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodeLinker: node-modules
2+
checksumBehavior: 'update'

0 commit comments

Comments
 (0)