Modernization
I am using Celery Extensively at work. I really like the project and I noticed how much the code lacks in modern features:
- Typing
- Old Python Versions are still supported (3.7, 3.8)
- Using old pre-commit hooks instead of modern ones (like ruff)
- Old build system instead of using pyproject.toml
- General Lack of documentation
I am planning on contributing to the repository on all these areas. I want to start with vine then move to kombu, billiard and finally Celery.
These changes make the code easier to debug, and for future maintainers too.
I am open to any suggestions.
I have same plan for this project and other celery projects in general. we decided to keep typing to maintainers only atm, only with general refactoring. you are welcome to review the works.
This is my 1st PR in vine: https://github.com/celery/vine/pull/125 Ping me for any specific PR you would like for me to resolve or an issue.
I will consider your test refactor PR