Skip to content

Commit 615b8cc

Browse files
committed
Ignore mypy in files with numpy
1 parent 77acaad commit 615b8cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/scipy-notebook/data/matplotlib/matplotlib_1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# type: ignore
12
# Matplotlib: Create a simple plot example.
23
# Refs: https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html
34

tests/scipy-notebook/units/unit_pandas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3+
# type: ignore
34
import numpy as np
45
import pandas as pd
56

0 commit comments

Comments
 (0)