Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0947a21

Browse files
committed
Add ignores to setup.py
Don't want to mess with setup.py and types since they are not that important here.
1 parent ddceff9 commit 0947a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
2424
# Boston, MA 02110-1301, USA.
2525

26+
# mypy: disable-error-code="import-not-found, import-untyped"
27+
2628
# Import setuptools before distutils to avoid user warning
2729
import os
2830
import sys

0 commit comments

Comments
 (0)