-
Notifications
You must be signed in to change notification settings - Fork 1
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
Drop Python 3.4 support and add mypy #13
Comments
• Use time.sleep() instead of sleep() • Use errno.EWOULDBLOCK instead of 11 on line 321.
Apart from the config file, there are two ways that I personally know of and use to disable any irrelevant mypy messages: |
For future reference, Ubuntu 14.04 / Linux Mint 17 machines (that should really be upgraded to a newer distro) can be updated with ppa:deadsnakes/ppa. |
Currently, there are two ways of checking other mypy code against miniirc:
|
Python 3.4 support will be dropped if/when I release miniirc v2.1.0. I probably won't be adding mypy in miniirc itself until the minimum supported version is Python 3.6. |
From faeece4#commitcomment-33058422:
The text was updated successfully, but these errors were encountered: