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

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Add pre-commit #76

merged 1 commit into from
Nov 20, 2024

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
@JakobMiksch JakobMiksch mentioned this pull request Aug 30, 2024
@pblottiere pblottiere merged commit 10dfb6e into pblottiere:main Nov 20, 2024
3 checks passed
@pblottiere pblottiere added this to the v1.2.0 milestone Nov 20, 2024
@JakobMiksch JakobMiksch deleted the pre-commit branch November 21, 2024 14:06
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.

2 participants