edmondchuc / flask-htmx

A Flask extension to work with HTMX.
http://flask-htmx.readthedocs.io
MIT License
132 stars 15 forks source link

Add linting and formatting pre-commit hooks #21

Closed sponsfreixes closed 1 year ago

sponsfreixes commented 1 year ago

In addition to adding the configurations files, I formatted the existing code.

We can add the GitHub actions to another PR. For now, installing the dev dependencies (pre-commit tool) and running pre-commit install should do the job.

Relates to #18.