Skip to content

Commit cee4975

Browse files
authored
Merge pull request #206 from dstansby/fix-test-extra
Fix testing extra name
2 parents d2d1bf2 + 70248a7 commit cee4975

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: .pre-commit-config.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88

9-
- repo: https://github.com/asottile/setup-cfg-fmt
10-
rev: v2.4.0
11-
hooks:
12-
- id: setup-cfg-fmt
13-
149
- repo: https://github.com/psf/black
1510
rev: 23.7.0
1611
hooks:

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docs =
5555
sphinx-automodapi
5656
sphinx-gallery
5757
testing =
58-
napari[pyqt6-experimental]>=0.4.18
58+
napari[pyqt6_experimental]>=0.4.18
5959
pooch
6060
pyqt6
6161
pytest

0 commit comments

Comments
 (0)