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

Initial commit for Pre-commit #38

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

Conversation

naveena-maplelabs
Copy link
Collaborator

After installing pre-commit for first time, run

pre-commit => install command to install all the git hooks.
pre-commit run --all-files => all the files are updated.

Black formatter:

  1. Will replace single quotes with double quotes.
  2. Max line length 88.

After installing pre-commit for first time, run

pre-commit => install command to install all the git hooks.
pre-commit run --all-files => all the files are updated.

Black formatter:
1. Will replace single quotes with double quotes.
2. Max line length 88.
Copy link
Collaborator

@pyashish pyashish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff putting it in separate branch.

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