Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🚀 Contribution Docs Revision & Refactoring Pre-Commit #197

Merged
merged 6 commits into from
Mar 3, 2023

Conversation

jiaulislam
Copy link
Contributor

@jiaulislam jiaulislam commented Feb 18, 2023

Contribution Docs Revision

  • Adding line for pre-commit install in local development
  • Adding a badge for pre-commit

- Adding line for pre-commit install in local development
- Adding a badge for pre-commit
.github/workflows/pre-commit.yml Outdated Show resolved Hide resolved
- adding default_language_version(general python3) in .pre-commit-config.yaml
- adding out-of-box official pre-commit-hooks
	- adding check for toml file
	- adding check for yaml file
	- adding check for end of file fixer
	- adding check for trailing whitespace
	- adding check for mixed line ending
	- adding check for any private key
	- adding check for test file name starts with test
- adding some regex based hooks
	- check for blanket noqa [must specify the ignore error code now]
	- check for mock methods
	- check for no eval
	- check for no-log-warn
	- check for .rst file not using single backtick
	- check for .rst file directive not ending with double colon or space before the double colon
@jiaulislam jiaulislam changed the title Changes: 🚀 Contribution Docs Revision & Refactoring Pre-Commit Feb 26, 2023
@nidhaloff nidhaloff merged commit 4da63ac into nidhaloff:master Mar 3, 2023
@jiaulislam jiaulislam deleted the contributing-support branch March 4, 2023 13:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants