Skip to content

Commit ff43fc9

Browse files
committed
checking the pre-commit rules on README
1 parent 03d7d97 commit ff43fc9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/py/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ kaleido.get_chrome_sync()
3838
Kaleido v1 introduces a new API. If you're currently using v0, you'll need
3939
to make changes to your code and environment where you are running Kaleido.
4040

41-
- If using Kaleido v1 with Plotly.py, you will need to install Plotly.py v6.1.1 or later.
41+
- If using Kaleido v1 with Plotly.py, you will need to install
42+
Plotly.py v6.1.1 or later.
4243
- Chrome is no longer included with Kaleido. Kaleido will look for an existing Chrome
4344
installation, but also provides commands for installing Chrome.
4445
If you don't have Chrome, you'll need to install it.
4546
See the installation section above for instructions.
46-
- If your code uses Kaleido directly: `kaleido.scopes.plotly` has been removed in v1.
47+
- If your code uses Kaleido directly: `kaleido.scopes.plotly` has been
48+
removed in v1.
4749
Kaleido v1 provides `write_fig` and `write_fig_sync` for exporting Plotly figures.
4850

4951
```python
@@ -118,4 +120,3 @@ my_page = kaleido.PageGenerator(
118120
others=["a list of other script links to include"]
119121
)
120122
```
121-

0 commit comments

Comments
 (0)