Skip to content

Instantly share code, notes, and snippets.

@saisankargochhayat
Created June 29, 2020 20:02
Show Gist options
  • Save saisankargochhayat/48f5b016c7be6d7c85aac06eaff426d1 to your computer and use it in GitHub Desktop.
Save saisankargochhayat/48f5b016c7be6d7c85aac06eaff426d1 to your computer and use it in GitHub Desktop.
1. copy https://raw.githubusercontent.com/thoth-station/template-project/master/.pre-commit-config.yaml to the repo
2. git add and commit
3. pre-commit install so that pre-commit hooks get installed
4. think about the config file: do you need the manifest check? do you need mypy?
5. pre-commit run --all-files so that the repo gets checks
6. fix issues...
7. git commit and send a PR!
8. feel the karma increase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment