Skip to content

Commit 4b77743

Browse files
authored
Merge pull request #2090 from python-visualization/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 20ecdbc + 0f781ec commit 4b77743

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff 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
@@ -31,7 +31,7 @@ repos:
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:

docs/_static/flask_example.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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

tests/test_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Folium Features Tests
33
---------------------
44

tests/test_repr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Folium _repr_*_ Tests
33
---------------------
44

tests/test_vector_layers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Test Vector Layers
33
------------------
44

0 commit comments

Comments
 (0)