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

Tooling: add git hooks to help maintain codebase #35

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Guts
Copy link
Contributor

@Guts Guts commented Sep 4, 2023

I propose to add some git hooks to apply some of current linters (ruff, basic controls) and formatters (black, isort) to the existing code base.

It's a kind of my toolbelt to work on Python projects and it helps especially for those I don't have much time to maintain regularly.

This PR proposes a configuration for the well-known pre-commit framework and apply formatters and fix minor static errors to the existing codebase.

@Guts Guts force-pushed the tooling/add-git-hooks branch from 9856d5d to 54678aa Compare September 9, 2023 14:07
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