-
Notifications
You must be signed in to change notification settings - Fork 339
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
Enable mypy #362
Draft
gazpachoking
wants to merge
16
commits into
deluge-torrent:develop
Choose a base branch
from
gazpachoking:mypy_coroutine
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Enable mypy #362
Commits on Feb 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f98d015 - Browse repository at this point
Copy the full SHA f98d015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06118c4 - Browse repository at this point
Copy the full SHA 06118c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c6ef9 - Browse repository at this point
Copy the full SHA 25c6ef9View commit details -
Standardize docstrings in core.py to google standard.
Remove type hints in docstrings in favor of the ones in method signatures.
Configuration menu - View commit details
-
Copy full SHA for b62832a - Browse repository at this point
Copy the full SHA b62832aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebbaf3 - Browse repository at this point
Copy the full SHA 9ebbaf3View commit details -
Add a mypy config to pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for e0770be - Browse repository at this point
Copy the full SHA e0770beView commit details -
Add project level workaround for mypy twisted.internet.reactor
Adds a custom stubs directory that defines twisted.internet.reactor for mypy. This prevents needing to cast the module in every file we want mypy to check.
Configuration menu - View commit details
-
Copy full SHA for f539109 - Browse repository at this point
Copy the full SHA f539109View commit details -
Merge branch 'maybe_coroutine' into mypy_coroutine
# Conflicts: # deluge/core/core.py
Configuration menu - View commit details
-
Copy full SHA for cd350d1 - Browse repository at this point
Copy the full SHA cd350d1View commit details
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c31d777 - Browse repository at this point
Copy the full SHA c31d777View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fff98 - Browse repository at this point
Copy the full SHA e1fff98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209e9bb - Browse repository at this point
Copy the full SHA 209e9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447e3fc - Browse repository at this point
Copy the full SHA 447e3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1e718 - Browse repository at this point
Copy the full SHA 2b1e718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf57b1 - Browse repository at this point
Copy the full SHA 9cf57b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a63d8 - Browse repository at this point
Copy the full SHA 15a63d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f522bd - Browse repository at this point
Copy the full SHA 6f522bdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.