Skip to content

Commit b59b2f3

Browse files
committed
pass ruff
1 parent 5c51155 commit b59b2f3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

notebook_shim/tests/test_extension.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11

2-
import io
3-
import logging
42
import pytest
53

6-
from traitlets import default
7-
from .mockextension import MockExtensionApp
84
from notebook_shim import shim
95

106

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ test = [
4848

4949

5050

51-
52-
5351
[tool.hatch.version]
5452
path = "notebook_shim/_version.py"
5553

@@ -84,6 +82,7 @@ default = ""
8482
ignore = ["tbump.toml", ".*", "conftest.py"]
8583

8684
[tool.pytest.ini_options]
85+
minversion = "7"
8786
norecursedirs = ["confs"]
8887
testpaths = [
8988
"notebook_shim/tests"

0 commit comments

Comments
 (0)