jendrikseipp / vulture

Find dead Python code
MIT License
3.45k stars 152 forks source link

Add pre commit to GitHub Actions #348

Closed tqa236 closed 8 months ago

tqa236 commented 8 months ago

Description

There's a config file for pre-commit but it's not configured to run on GitHub Actions yet. This PR adds the config to run pre-commit pipeline in main and all PR.

Checklist:

jendrikseipp commented 8 months ago

Thanks for the PR! I think it only makes sense to merge this if the pre-commit test can replace the existing CI style tests. Is that possible?

tqa236 commented 8 months ago

closed as the change are already incorporated to https://github.com/jendrikseipp/vulture/pull/347