Ignore mypy in files with numpy

This commit is contained in:
Ayaz Salikhov
2024-07-02 10:37:46 +01:00
parent 77acaad3ea
commit 615b8cc01b
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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