Hadron / carthage-aws

AWS Plugin for Carthage
Other
2 stars 2 forks source link

Add git hooks for running pylint #21

Closed hartmans closed 5 months ago

hartmans commented 5 months ago

We really don't want to find lint errors in an action. Add commit hooks for linting and a way to set them up. Given that core carthage has a Makefile, one reasonable possibility would be to introduce a Makefile here and make a make target to do the hook setup.