Luke Petre
Luke Petre
Inspired by the CI actions in LibCST, this PR: - runs test, lint, and fixit in separate jobs - builds a distribution for pypi - runs on 3.9 and 3.10...
## Summary This has proven to be extremely useful in LibCST so I'm setting up Fixit the same way. ## Test Plan Monitor main branch CI
## Summary I've added setuptools_scm and configured it to generate fixit\_version.py To improve our workflow around libcst releases, I'd like to propose that we publish pre-release versions of the package....
## Summary In order to upgrade pyre I'd like to stop using libcst.testing.utils.data_provider and use parameterized instead The former attempts to typecheck the decorator input against the test method, but...
## Summary @data_provider seems unnecessary to include in libcst. Why not use a pypi equivalent. Here is an example using [parameterized](https://pypi.org/project/parameterized/) Let me know what you think and I'll convert...