Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3
Expand All @@ -31,7 +31,7 @@ repos:
- id: blackdoc

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args:
Expand Down
16 changes: 8 additions & 8 deletions docs/_static/flask_example.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
""" flask_example.py
"""flask_example.py

Required packages:
- flask
- folium
Required packages:
- flask
- folium

Usage:
Usage:

Start the flask server by running:
Start the flask server by running:

$ python flask_example.py
$ python flask_example.py

And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
And then head to http://127.0.0.1:5000/ in your browser to see the map displayed

"""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Folium Features Tests
---------------------

Expand Down
2 changes: 1 addition & 1 deletion tests/test_repr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Folium _repr_*_ Tests
---------------------

Expand Down
2 changes: 1 addition & 1 deletion tests/test_vector_layers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Test Vector Layers
------------------

Expand Down