Closed new5558 closed 2 years ago
Hello @new5558, thank you for your interest in our work!
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
Thank you 👍 I don't it should limit line length at 80 chars or not but I agree that the code should follows CONTRIBUTING.md. You can open PR.
It's look like pep8speaks bot are dead.
Description
In the project's CONTRIBUTING.md, it is stated that the project
Follows PEP8, use black with --line-length = 79;
When I try to contribute to the project and follows this instruction, it is not.Expected results
Current results
Steps to reproduce
git clone https://github.com/PyThaiNLP/pythainlp && cd pythainlp
pip install black
black --line-length=79 pythainlp
git status
Context
Your environment
Possible solution
This can be resolved temporarily by creating one PR that formats all codes back to the standard. A more permanent solution may be to update the current GitHub Action to run black and throws errors if unformatted code detected
I can help open PR for both if you like.
Files