Tracking Issues for better code quality flag in Python
Follow up flag that can easily be added:
- [x] Use 'I' for isort imports
- [x] Use 'RET' for flake8 Return. A bit of reformatting is necessary.
- [x] Use 'RSE' for flake8 Raise
- [ ] Use "E" for pycodestyle. Line too long warning. Requires an automatic comment line reducers
- [x] Use "PERF" for performance. Assigned to @7SOMAY
- [x] Use "NPY" for numpy related errors
- [x] Use "N" for better naming
Each Letter can be assigned individually.
@dora-bot assign me
@7SOMAY Could you say which letter you want to tackle next as to let other people do other ones?
Can I work on more than one letters?
@haixuanTao, please assign "PERF" to me :)
@haixuanTao please assign "I" to me
@haixuanTao I would like to work on "N"
@haixuanTao, please assign me one more : “RSE”
@7SOMAY this devil has fixed many of the current flags.
Verry sorry for the people that wanted to work on this
@7SOMAY Can I let you look at https://docs.astral.sh/ruff/rules/ and see incremental flags that we can easily implement in order to fix as many identifiable issues as possible?
I think we can leave you work on this as it is quite hard to split it among people.
@7SOMAY Can I let you look at https://docs.astral.sh/ruff/rules/ and see incremental flags that we can easily implement in order to fix as many identifiable issues as possible?
I think we can leave you work on this as it is quite hard to split it among people.
Sure, I’ll look into it. Thank you :)
@dora-bot assign me
Hello @7SOMAY, this issue is now assigned to you!
@7SOMAY has been automatically unassigned from this stale issue after 2 weeks of inactivity.
NPY, E please assign to me
@dora-bot assign me