-
Notifications
You must be signed in to change notification settings - Fork 48
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
Groundwork for mypy support in FuzzManager #776
base: master
Are you sure you want to change the base?
Groundwork for mypy support in FuzzManager #776
Conversation
No Taskcluster jobs started for this pull requestThe `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request. |
(PR status updated below) |
1 similar comment
(PR status updated below) |
(PR status updated below) |
… the former were applied to the latter
(PR status updated below) |
(PR status updated below) |
yes, since we dropped 3.6 I think using the future import is fine.
yes
yes
|
@jschwartzentruber |
…etting deprecated
…ly revert server/server/settings.py
Note that the tox setup edits Before proceeding any further, @jschwartzentruber can you replicate this setup with |
This PR lays the groundwork for mypy support in FuzzManager.
misc/
folder, I had to renameafl-libfuzzer
toafl_libfuzzer
as mypy does not like dashestypes-*
packages to therequirements3.0.txt
fileGitHub Actions CI is here.
Current master branch has 3188 mypy errors after installing all the *-stubs packages (and their latest versions on a Python 3.10 venv), this PR now has 1558 errors left. (51.13% out of 3188 fixed)