Skip to content

Fixed PyRight issues. #1854

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

Merged

Conversation

DragonMoffon
Copy link
Collaborator

The latest version of PyRight is a little over zealous.. There where two flagged non-issues. One where it didn't realise that the code would escape early, and another which is all pyglets fault.

The latest version of PyRight is a little over zealous.. There where two flagged non-issues. One where it didn't realise that the code would escape early, and another which is all pyglets fault.
Copy link
Collaborator

@cspotcode cspotcode left a comment

Choose a reason for hiding this comment

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

When # type: ignore is due to pyglet issues, we have a convention of adding a comment linking to the pyglet issue. Should we keep that convention? You can search for # pending to see it.

For example: https://github.com/pythonarcade/arcade/blob/development/arcade/sound.py#L143

@cspotcode cspotcode force-pushed the fix-SimpleSprite-Issue branch 3 times, most recently from 9c771b9 to a51173c Compare August 14, 2023 18:19
@cspotcode cspotcode force-pushed the fix-SimpleSprite-Issue branch from a51173c to b6aa75a Compare August 14, 2023 18:29
@cspotcode cspotcode merged commit 0608a78 into pythonarcade:development Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants