unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 9 forks source link

Linting: Set up GitHub pre-commit hook for linting #82

Open vprusso opened 1 year ago

vprusso commented 1 year ago

Once the linter has been configured and subsequent linting errors have been fixed, it would be nice to set up a pre-commit hook for the project so that linting is automated upon commit.

Refer to the pre-commit project here for more examples and for how to configure.