Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-commit #7

Open
natemcintosh opened this issue Apr 27, 2024 · 1 comment
Open

Add pre-commit #7

natemcintosh opened this issue Apr 27, 2024 · 1 comment
Milestone

Comments

@natemcintosh
Copy link
Owner

Goal

Keep the repo in good shape via pre-commit

Context

Pre-commit helps to keep repos in good shape by ensuring a set of rules. It is usually installed as a git hook, and automatically run before a commit happens. It can also be run as CI, helping to ensure PRs look good.

Required features

  • Add pre-commit CI
  • Add pre-commit fmt

Related documents

@natemcintosh natemcintosh added this to the v0.2.0 milestone Apr 27, 2024
@natemcintosh
Copy link
Owner Author

After a little more thought, this could probably be reformatted as just adding fmt to CI. I think it can also be moved to a later milestone.

@natemcintosh natemcintosh modified the milestones: v0.2.0, v0.4.0 May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant