MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
600 stars 95 forks source link

Add ruff format for auto formation of code #163

Closed dinjazelena closed 1 week ago

dinjazelena commented 7 months ago

Hey, what do u think about adding ruff format: https://docs.astral.sh/ruff/formatter/ as substition for Black. So all in one for linting and code quality.

MrPowers commented 7 months ago

Yea, this look good to me. Thoughts @SemyonSinchenko @jeffbrennan?

dinjazelena commented 4 months ago

@MrPowers @SemyonSinchenko , should i proceed with this one?

SemyonSinchenko commented 4 months ago

I'm OK with it. But we need to update the CONTRIBUTING about how to add ruff into IDEs.

nijanthanvijayakumar commented 1 week ago

I'm OK with it. But we need to update the CONTRIBUTING about how to add ruff into IDEs.

@SemyonSinchenko - shall I update the CONTRIBUTING.md file to describe how to add ruff into IDEs like VSCode and PyCharm?