Skip to content

Conversation

RedTachyon
Copy link
Contributor

Description

Progressively removing excludes from pyright and making them pass.

For now it's only toy_text envs, and I narrowed down the spaces exclude to the only one that was failing (the new graph space).

I'm also planning to narrow down the exclusion lists, since the Graph space should have never been merged with failing type checks, but it was just blanket excluded.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

@RedTachyon
Copy link
Contributor Author

@pseudo-rnd-thoughts @jkterry1 I was originally planning to keep this as a relatively long WIP where I go through each file, but it might actually be important to get this merged pretty soon, particularly the narrowing-down of the excludes. The star excludes are a pretty big issue, since they stop type checking from happening to new code as well, which means we continue to produce iffy code.

@pseudo-rnd-thoughts
Copy link
Contributor

Agreed, I can help with a separate PR on a separate part of the project if that speeds things up

@pseudo-rnd-thoughts
Copy link
Contributor

LGTM

@jkterry1 jkterry1 merged commit 9c1d288 into openai:master Jun 30, 2022
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