-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Exclude click 8.1.4 to solve mypy issues #15201
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
Conversation
c09d81b
to
3629a42
Compare
3629a42
to
22fe5cf
Compare
22fe5cf
to
761f412
Compare
@@ -3,6 +3,10 @@ check-types = true | |||
mypy-args = [ | |||
"src/ddev", | |||
] | |||
# TODO remove once https://github.com/pallets/click/issues/2558 is solved | |||
mypy-deps = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Where does mypy-deps
get used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There
integrations-core/ddev/src/ddev/plugin/external/hatch/environment_collector.py
Lines 30 to 32 in 96309a6
@cached_property | |
def mypy_args(self): | |
return self.config.get('mypy-args', []) |
* Revert "Exclude click 8.1.4 to solve mypy issues (#15201)" This reverts commit 411e4e4. * Upgrade click to 8.1.5 * Apply suggestions from code review Co-authored-by: Florent Clarret <[email protected]> --------- Co-authored-by: Florent Clarret <[email protected]>
What does this PR do?
Exclude click 8.1.4 to solve mypy issues
Motivation
pallets/click#2558
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attachedqa/skip-qa
label.