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 flow #270

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

mdeweerd
Copy link

@mdeweerd mdeweerd commented Sep 21, 2023

I propose pre-commit.

pip install pre-commit
# Check spelling - you'll find several typos.
pre-commit run -a codespell 
# Format & check spelling - formatting keeps width limited (useful with raw text editor) and unifies formatting choices.
# Note: merge pull requests before reformatting README.md
pre-commit run -a
# Run on commit:
pre-commit install

@mikeroyal
Copy link
Owner

mikeroyal commented Sep 23, 2023

Thanks for doing this! I'll take a look at it and if everything looks good. I'll merge this in the next few days.

@mdeweerd mdeweerd force-pushed the flow/pre-commit branch 2 times, most recently from dc246ad to b9ae96d Compare January 14, 2024 21:31
@mdeweerd
Copy link
Author

Updated with a github action now.

@mdeweerd mdeweerd force-pushed the flow/pre-commit branch 2 times, most recently from 5e27eae to b1d1e9f Compare January 14, 2024 21:47
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.

None yet

2 participants