Skip to content

Commit

Permalink
Use new semantic analyzer for bootstrap (#6966)
Browse files Browse the repository at this point in the history
This also updates mypyc pin to the latest version that works well with new analyzer.
  • Loading branch information
ilevkivskyi committed Jun 10, 2019
1 parent 2202170 commit e2f31ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mypy_bootstrap.ini
Expand Up @@ -13,3 +13,4 @@ warn_redundant_casts = True
warn_unused_configs = True
show_traceback = True
always_true = MYPYC
new_semantic_analyzer = True
2 changes: 1 addition & 1 deletion mypyc-requirements.txt
@@ -1 +1 @@
git+https://github.com/mypyc/mypyc.git@e7472cb69a39f46fb5b9429cc3d175c7d4cdc7ea#egg=mypyc==0.0.1+dev.e7472cb69a39f46fb5b9429cc3d175c7d4cdc7ea
git+https://github.com/mypyc/mypyc.git@63ceab91adf8507e211df146b9d8ee34abf2fdbc#egg=mypyc==0.0.1+dev.63ceab91adf8507e211df146b9d8ee34abf2fdbc

0 comments on commit e2f31ed

Please sign in to comment.