We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9ceb2 commit afd928fCopy full SHA for afd928f
2 files changed
.pre-commit-config.yaml
@@ -11,8 +11,8 @@ repos:
11
- id: check-added-large-files
12
args: ["--maxkb=500"]
13
14
- - repo: https://github.com/psf/black
15
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 26.1.0
16
hooks:
17
- id: black-jupyter
18
@@ -27,6 +27,6 @@ repos:
27
]
28
29
- repo: https://github.com/kynan/nbstripout
30
- rev: 0.8.1
+ rev: 0.9.0
31
32
- id: nbstripout
tests/test_mapwidget.py
@@ -2,7 +2,6 @@
2
3
"""Tests for `mapwidget` package."""
4
5
-
6
import unittest
7
8
from mapwidget import leaflet
0 commit comments