Skip to content

Commit 7d86c26

Browse files
[pre-commit.ci] pre-commit autoupdate (#43)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) * [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 328aaf0 commit 7d86c26

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
args: ["--maxkb=500"]
1313

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

1919
- repo: https://github.com/kynan/nbstripout
20-
rev: 0.8.2
20+
rev: 0.9.0
2121
hooks:
2222
- id: nbstripout

tests/test_pygis.py

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

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

5-
65
import unittest
76

87
from pygis import pygis

0 commit comments

Comments
 (0)