diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce538c9..40f86ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: args: [--max-line-length=105] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort additional_dependencies: [toml] args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3 @@ -37,7 +37,7 @@ repos: - id: blackdoc - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell args: diff --git a/tests/test_colormap.py b/tests/test_colormap.py index 09e757c..cd30405 100644 --- a/tests/test_colormap.py +++ b/tests/test_colormap.py @@ -1,4 +1,4 @@ -"""" +""" " Folium Colormap Module ---------------------- """