kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.5k stars 295 forks source link

Add pre-commit hook to lint the code #748

Closed AzisK closed 1 year ago

AzisK commented 1 year ago

Please add a pre-commit hook to lint the code

gavindsouza commented 1 year ago

Also, replace the action for running black with a pre-commit one instead