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

Skip to content

Commit df896d4

Browse files
ddfishergvanrossum
authored andcommitted
Move mypy.ini (#2672)
1 parent 81b80ba commit df896d4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

runtests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ def add_basic(driver: Driver) -> None:
175175

176176

177177
def add_selftypecheck(driver: Driver) -> None:
178-
driver.add_mypy_package('package mypy', 'mypy', '--fast-parser', '--warn-no-return')
178+
driver.add_mypy_package('package mypy', 'mypy', '--fast-parser', '--warn-no-return',
179+
'--config-file', 'mypy_self_check.ini')
179180
driver.add_mypy_package('package mypy', 'mypy', '--fast-parser',
180181
'--config-file', 'mypy_strict_optional.ini')
181182

0 commit comments

Comments
 (0)