Skip to content

Commit 4d8e1c4

Browse files
committed
jupyterlab~=3.6
Upgrade to 1.6 from 1.5
1 parent b0109a8 commit 4d8e1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
- id: nbstripout
5858

5959
- repo: https://github.com/econchick/interrogate
60-
rev: 1.5.0
60+
rev: 1.6.0
6161
hooks:
6262
- id: interrogate
6363
exclude: ^(docs/conf.py|setup.py|tests)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dev =
9494
mypy~=1.0
9595
flake8-pyproject~=1.0
9696
sphinx-autodoc-typehints~=1.21
97-
interrogate~=1.5
97+
interrogate~=1.6
9898
jupyterlab~=3.6
9999
vulture~=2.7
100100
autopep8~=2.0

0 commit comments

Comments
 (0)