File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ repos:
15
15
files : requirements-dev.txt
16
16
17
17
- repo : https://github.com/astral-sh/ruff-pre-commit
18
- rev : v0.8.6
18
+ rev : v0.9.4
19
19
hooks :
20
20
- id : ruff
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 24.10 .0
23
+ rev : 25.1 .0
24
24
hooks :
25
25
- id : black
26
26
language_version : python3
31
31
- id : blackdoc
32
32
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : v2.3.0
34
+ rev : v2.4.1
35
35
hooks :
36
36
- id : codespell
37
37
args :
Original file line number Diff line number Diff line change 1
- """ flask_example.py
1
+ """flask_example.py
2
2
3
- Required packages:
4
- - flask
5
- - folium
3
+ Required packages:
4
+ - flask
5
+ - folium
6
6
7
- Usage:
7
+ Usage:
8
8
9
- Start the flask server by running:
9
+ Start the flask server by running:
10
10
11
- $ python flask_example.py
11
+ $ python flask_example.py
12
12
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
14
14
15
15
"""
16
16
Original file line number Diff line number Diff line change 1
- """"
1
+ """ "
2
2
Folium Features Tests
3
3
---------------------
4
4
Original file line number Diff line number Diff line change 1
- """"
1
+ """ "
2
2
Folium _repr_*_ Tests
3
3
---------------------
4
4
Original file line number Diff line number Diff line change 1
- """"
1
+ """ "
2
2
Test Vector Layers
3
3
------------------
4
4
You can’t perform that action at this time.
0 commit comments