Skip to content
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

Python implementation (in progress) #170

Open
nedtwigg opened this issue Jan 29, 2024 · 2 comments
Open

Python implementation (in progress) #170

nedtwigg opened this issue Jan 29, 2024 · 2 comments
Labels
enhancement New feature or request py

Comments

@nedtwigg
Copy link
Member

nedtwigg commented Jan 29, 2024

  • Ruff seems like a no-brainer
  • for static typing, seems like MyPy --strict vs pylyzer
    • the other static checkers seem to have affordances for transitioning untyped code, but we are greenfield so I don't think they make much sense
    • reddit advice is MyPy --strict, I'll go with that
@nedtwigg nedtwigg added enhancement New feature or request py labels Jan 29, 2024
@nedtwigg nedtwigg changed the title Python implementation notes Python implementation (in progress) Feb 16, 2024
@nedtwigg
Copy link
Member Author

We ended up dropping MyPy for pyright because pyright seems to be the only one that supports PEP 695.

The python implementation is in progress over at https://github.com/diffplug/selfie-python-wip, it will end up merged into this repo when it is closer to prod ready.

@nedtwigg
Copy link
Member Author

nedtwigg commented Apr 4, 2024

We have archived selfie-python-wip and the last bits of integration work are going to happen in this repo. We are almost done. You can follow the schedule in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request py
Projects
None yet
Development

No branches or pull requests

1 participant