Skip to content

Commit

Permalink
Fix lint (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Mar 26, 2024
1 parent 1b6c804 commit 20983a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/pyodide-kernel/py/piplite/piplite/piplite.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""A ``micropip`` wrapper aware of jupyterlite conventions.
import piplite
await piplite.install("a-package")
import piplite
await piplite.install("a-package")
`pyodide-kernel` also includes a browser shim for the IPython `%pip` magic
`pyodide-kernel` also includes a browser shim for the IPython `%pip` magic
"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dev = [
]

lint = [
"ruff >=0.2.0",
"ruff >=0.3.0",
]

test = [
Expand Down

0 comments on commit 20983a6

Please sign in to comment.