colour-science / flask-compress

Compress responses of your Flask application.
MIT License
117 stars 27 forks source link

Add a pre-commit file #47

Closed kurtmckee closed 1 month ago

kurtmckee commented 1 month ago

pre-commit.ci is enabled for this repo, but all runs fail because the repo lacks a .pre-commit-config.yaml file.

This PR introduces the following changes:

If this PR is merged, I'll add more pre-commit hooks that can begin auto-resolving several items mentioned in #27, like switching to f-strings.