-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it seems mypy on CI doesn't work #219
Comments
kmyk
added a commit
that referenced
this issue
Dec 31, 2018
$ mypy --ignore-missing-imports oj onlinejudge/implementation/main.py:348: error: Incompatible types in assignment (expression has type "str", variable has type "int")
kmyk
added a commit
that referenced
this issue
Dec 31, 2018
#220 はちゃんとfailしました 🎉 |
kmyk
added a commit
that referenced
this issue
Dec 31, 2018
👌 |
Merged
kmyk
added a commit
that referenced
this issue
Jan 2, 2019
kmyk
added a commit
that referenced
this issue
Jan 2, 2019
Now this works on 3.5, but mainly, 3.6 is supported.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see #218
The text was updated successfully, but these errors were encountered: