mrpowers-io / quinn

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

ENH: Add pre-commit hook checks to prevent ruff lint failures #268

Closed paulooctavio closed 4 weeks ago

paulooctavio commented 1 month ago

Feature Type

Problem Description

Pull requests, like PR #265, can be merged and still break the build, for instance, by failing ruff lint.

Feature Description

We should add a pre-commit check similar to the hooks used in the chispa project.

Additional Context

No response

paulooctavio commented 1 month ago

take