Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Add pre-commit #7

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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant