Jirka Borovec
Jirka Borovec
## Feature Request **Describe the feature you'd like:** We have found this tool super useful for the validation of our OOS project: https://github.com/Lightning-AI/lightning; however, for the visibility to all our...
## What does this PR do? taking inspiration from https://bigl.es/tooling-tuesday-pretty-errors/ and https://towardsdatascience.com/one-line-of-code-to-say-goodbye-to-confusing-python-error-messages-8090ee6dd046 Before submitting - [ ] Was this **discussed/agreed** via a Github issue? (no need for typos and docs...
## What does this PR do? Reduce language specific, if need rather refer in docs Before submitting - [ ] Was this **discussed/agreed** via a Github issue? (no need for...
## 🚀 Feature ### Motivation We have some doctests to demonstrate immediate use, which is great but having demos with real-work examples would also be great for new users... ###...
It would be great to be sure that any change or addition does not break any existing use case... so adding a simple CI job running with several Python versions...
`flake8` and `autopep8` are already covered by Ruff with `--fix` argument
### All Submissions: - [x] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md) file? - [x] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/reflex-dev/reflex/pulls ) for...
Reaction to #1411. Since there are no `setup.cfg`, but there are `pyproject.toml` configs, it may be worse to validate them... cc: @rbren, @li-boxuan
The project does not have any `setup.cfg` (look for it with `find . -name "setup"`) so there is no need to keep this hook cc: @rbren, @li-boxuan
use Ruff's rule I for `isort`, followup for #1204 cc: @rbren, @li-boxuan