pep8speaks-org / pep8speaks

A GitHub :octocat: app to automatically review Python code style over Pull Requests
https://pep8speaks.org
MIT License
608 stars 87 forks source link

Allow `yapf` as the linter #121

Open alanjds opened 5 years ago

alanjds commented 5 years ago

"Yet Another Python Formater" allows more style choices when still sticking to the PEP8

If the project have a .style.yapf on the root, it can be assumed to use YAPF and use the file for configuration

OrkoHunter commented 5 years ago

Hi @alanjds !

I recently added flake8 as a linter in #115. yapf looks promising. It will definitely be a good enhancement.

Mr-Sunglasses commented 9 months ago

Hi @alanjds We can add Ruff as it is the fastest linter out there.

alanjds commented 9 months ago

Ruff is also great!

Yet YAPF gives better results imho. I would love to have Ruff with Yapf behaviors... someday.