Skip to content

Commit 0020243

Browse files
[pre-commit.ci] pre-commit autoupdate (#188)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 24d83c3 commit 0020243

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
args: [--max-line-length=105]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.2
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525
additional_dependencies: [toml]
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3
@@ -37,7 +37,7 @@ repos:
3737
- id: blackdoc
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
args:

tests/test_colormap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Folium Colormap Module
33
----------------------
44
"""

0 commit comments

Comments
 (0)