Skip to content

Commit afd928f

Browse files
[pre-commit.ci] pre-commit autoupdate (#42)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8c9ceb2 commit afd928f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repos:
1111
- id: check-added-large-files
1212
args: ["--maxkb=500"]
1313

14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 26.1.0
1616
hooks:
1717
- id: black-jupyter
1818

@@ -27,6 +27,6 @@ repos:
2727
]
2828

2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.1
30+
rev: 0.9.0
3131
hooks:
3232
- id: nbstripout

tests/test_mapwidget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
"""Tests for `mapwidget` package."""
44

5-
65
import unittest
76

87
from mapwidget import leaflet

0 commit comments

Comments
 (0)