-
Notifications
You must be signed in to change notification settings - Fork 258
Remove typing-extensions #1189
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
Remove typing-extensions #1189
Conversation
@@ -1,10 +1,8 @@ | |||
[](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | |||
|
|||
Static Typing for Python | |||
======================== | |||
# Static Typing for Python |
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.
Oops, I think this was some markdown autoformatter. Let me know if you'd like me to undo it.
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.
Good change, thanks unknown markdown formatter.
@@ -59,6 +29,3 @@ jobs: | |||
|
|||
- name: Lint implementation | |||
run: flake8 |
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.
Do we even need to run flake8? The only python code left is the typing-summary script in scripts.
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 is also docs/conf.py
. I don't feel strongly, I can remove it if you feel we don't need linting for those.
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.
On the other hand, linting can't hurt, and who knows whether we add more scripts later. So I retract my comment.
No description provided.