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 #76

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

Conversation

JakobMiksch
Copy link
Contributor

@JakobMiksch JakobMiksch commented Aug 28, 2024

I use pre-commit in some other projects and find it useful to ensure basic file syntax is ensured. It can also be run locally on every commit while developing, but this is not required. However, every commit pushed to GitHub will be checked using pre-commit.

In future more linters like black, flake8, markdown-linting or other Python stuff could be added.

Just let me know if you find this useful or not. Then we can merge, or I close the PR again. Both is fine

@JakobMiksch JakobMiksch marked this pull request as ready for review August 29, 2024 09:18
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