ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
48 stars 14 forks source link

Enable/use pre-commit.ci #342

Closed djhoese closed 1 year ago

djhoese commented 1 year ago

This would automatically run pre-commit on PRs. The "downside" is that it runs on all files in the repository. This is probably OK for now, but we also currently tell it not to worry about bandit and mypy checks. I'll probably enable it before a 2.0 release.

Once enabled the flake8/style checks CI job could be removed.