Skip to content

Commit 939341d

Browse files
authored
Merge pull request #203 from jupyterlite/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 688b10a + 6e07920 commit 939341d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
types_or: [css, javascript]
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
# Ruff version.
9-
rev: v0.5.7
9+
rev: v0.6.2
1010
hooks:
1111
# Run the linter.
1212
- id: ruff

docs/bqplot.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20-
"from bqplot import *\n",
20+
"from bqplot import Figure, Axis, Lines, LinearScale, Bars\n",
2121
"\n",
2222
"import numpy as np\n",
23-
"import pandas as pd\n",
2423
"\n",
2524
"np.random.seed(0)\n",
2625
"\n",
@@ -115,10 +114,7 @@
115114
"metadata": {},
116115
"outputs": [],
117116
"source": [
118-
"from bqplot import *\n",
119-
"\n",
120117
"import numpy as np\n",
121-
"import pandas as pd\n",
122118
"\n",
123119
"np.random.seed(0)\n",
124120
"y1 = np.cumsum(np.random.randn(150)) + 100.\n",

0 commit comments

Comments
 (0)