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

Skip to content

Commit e2f31ed

Browse files
authored
Use new semantic analyzer for bootstrap (#6966)
This also updates mypyc pin to the latest version that works well with new analyzer.
1 parent 2202170 commit e2f31ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mypy_bootstrap.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ warn_redundant_casts = True
1313
warn_unused_configs = True
1414
show_traceback = True
1515
always_true = MYPYC
16+
new_semantic_analyzer = True

mypyc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/mypyc/mypyc.git@e7472cb69a39f46fb5b9429cc3d175c7d4cdc7ea#egg=mypyc==0.0.1+dev.e7472cb69a39f46fb5b9429cc3d175c7d4cdc7ea
1+
git+https://github.com/mypyc/mypyc.git@63ceab91adf8507e211df146b9d8ee34abf2fdbc#egg=mypyc==0.0.1+dev.63ceab91adf8507e211df146b9d8ee34abf2fdbc

0 commit comments

Comments
 (0)