Skip to content

Commit

Permalink
Ignore mypy in files with numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 2, 2024
1 parent 77acaad commit 615b8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/scipy-notebook/data/matplotlib/matplotlib_1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
# Matplotlib: Create a simple plot example.
# Refs: https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html

Expand Down
1 change: 1 addition & 0 deletions tests/scipy-notebook/units/unit_pandas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# type: ignore
import numpy as np
import pandas as pd

Expand Down

0 comments on commit 615b8cc

Please sign in to comment.