mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Ignore mypy in files with numpy
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# type: ignore
|
||||||
# Matplotlib: Create a simple plot example.
|
# Matplotlib: Create a simple plot example.
|
||||||
# Refs: https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html
|
# Refs: https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# Copyright (c) Jupyter Development Team.
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
# type: ignore
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user