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, other development setup stuff #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jameslamb
Copy link
Contributor

Based on my experience with #112, this proposes some changes to improve the experience of developing on this repo, and to improve our release confidence in changes.

  • adds a pre-commit configuration
  • adds a CI job to run pre-commit over all the files
  • adds a .gitignore to prevent unwanted files from making it into source control

Notes for Reviewers

Any changes to scripts in the colab/ directory were made automatically like this:

pre-commit run --all-files

I'll propose a follow-up PR after this adding the ruff linter to more thoroughly check the source code. But wanted to do the rest of this first to make the changes easier to review.

@jameslamb jameslamb marked this pull request as ready for review October 7, 2024 20:36
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

Successfully merging this pull request may close these issues.

1 participant