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

Install and configure pre-commit for code format and quality checker #1

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

Conversation

1806exe
Copy link

@1806exe 1806exe commented Jan 11, 2022

Install and configure pre-commit for code format and quality checker before push to a main branch.

This will help to format code before push and fix some, missing semicolons, trailing white-space, and debug statements

Fore new user the follow these steps

  1. install pre-commit
    pip install pre-commit or pipenv install pre-commit
  2. Install pre commit hooks
    pre-commit install

OR check guide here

DONE!.

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