Skip to content

Commit 5167a7e

Browse files
committed
ignore flake 8 error in tests
1 parent 1d95635 commit 5167a7e

File tree

3 files changed

+2
-100
lines changed

3 files changed

+2
-100
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies = [
4242
"tornado>=6.1.0",
4343
"traitlets>=5.1",
4444
"websocket-client",
45+
"jupyter_telemetry"
4546
]
4647

4748
[project.readme]

setup.cfg

-99
This file was deleted.

tests/services/events/mockextension/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .mock_extension import _load_jupyter_server_extension
1+
from .mock_extension import _load_jupyter_server_extension # noqa: F401
22

33
# Function that makes these extensions discoverable
44
# by the test functions.

0 commit comments

Comments
 (0)