ChethanUK opened a new pull request #77:
URL: https://github.com/apache/incubator-liminal/pull/77


   *Issue #, if available:* LIMINAL-87
   
   ### *Description of changes:*
   
   Pre-commit hooks help to improve the quality of commits. Make sure all 
commits meet formal requirements set by project maintainers.
   
   - yamllint: A linter for YAML files. yamllint does not only check for syntax 
validity, but for weirdnesses like key repetition and cosmetic problems such as 
lines length, trailing spaces, indentation, etc.
   - OutOfBoxHooks - Out-of-the-box hooks for pre-commit like Check for files 
that contain merge conflict strings
   - blacken-docs Run black on python code blocks in documentation files
   - pyupgrade A tool (and pre-commit hook) to automatically upgrade syntax for 
newer versions of the language.
   - isort A Python utility / library to sort imports.
   
   For more information on contributing, please see 
[Contributing](../CONTRIBUTING.md)
   section of our documentation.
   
   ### Status
   DONE 
   
   Replace this: describe the PR status. Examples:
   
   - WIP - work in progress
   - DONE - ready for review
   
   ### Checklist (tick everything that applies)
   
   - [X] [PreCommitChecks - Code 
linting](../CONTRIBUTING.md#InstallRunPreCommit) (required)
   - [X] [Tests](../CONTRIBUTING.md#RunningTests)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to