Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Jul 24, 2023

Gets us down to 22 remaining errors if you run mypy with --disallow-untyped-defs!

# these F spaces will be stripped.
def state_parameter_docstring(self, line):
def state_parameter_docstring(self, line: str | None) -> None:
assert line is not None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to get rid of these at some point.

Copy link
Contributor

@erlend-aasland erlend-aasland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@AlexWaygood AlexWaygood enabled auto-merge (squash) July 24, 2023 21:20
@AlexWaygood AlexWaygood merged commit d93fe5a into python:main Jul 24, 2023
@AlexWaygood AlexWaygood deleted the clinic-type-coverage branch July 26, 2023 10:09
jtcave pushed a commit to jtcave/cpython that referenced this pull request Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants