File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ repos:
1515 files : requirements-dev.txt
1616
1717- repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.8.6
18+ rev : v0.9.4
1919 hooks :
2020 - id : ruff
2121
2222- repo : https://github.com/psf/black
23- rev : 24.10 .0
23+ rev : 25.1 .0
2424 hooks :
2525 - id : black
2626 language_version : python3
3131 - id : blackdoc
3232
3333- repo : https://github.com/codespell-project/codespell
34- rev : v2.3.0
34+ rev : v2.4.1
3535 hooks :
3636 - id : codespell
3737 args :
Original file line number Diff line number Diff line change 1- """ flask_example.py
1+ """flask_example.py
22
3- Required packages:
4- - flask
5- - folium
3+ Required packages:
4+ - flask
5+ - folium
66
7- Usage:
7+ Usage:
88
9- Start the flask server by running:
9+ Start the flask server by running:
1010
11- $ python flask_example.py
11+ $ python flask_example.py
1212
13- And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
13+ And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
1414
1515"""
1616
Original file line number Diff line number Diff line change 1- """"
1+ """ "
22Folium Features Tests
33---------------------
44
Original file line number Diff line number Diff line change 1- """"
1+ """ "
22Folium _repr_*_ Tests
33---------------------
44
Original file line number Diff line number Diff line change 1- """"
1+ """ "
22Test Vector Layers
33------------------
44
You can’t perform that action at this time.
0 commit comments