Adding a .pre-commit-config.yaml
file for maintaining consistent style and code quality.
#1913
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Not, a problem but this can be a great enhancement to the codebase.
Describe the solution you'd like
I'm thinking about adding a pre-commit configuration file (
.pre-commit-config.yaml
) to the codebase as it helps improve the code quality and maintain consistency within the project. It will allow all the developers/future contributors to maintain a consistent code style. Adding this will help us by running some automated checks before anyone tries to make a commit.Many (Almost all) good Python based organizations/repos maintain a pre-commit configuration file for these benefits.
Describe alternatives you've considered
Additional context
I have a good experience in adding this file to large codebases (ivy-llc/ivy#22220, ivy-llc/ivy#22974, gprMax/gprMax#354, )
So, if you think it is useful let me know I will make a PR, Thank you.
The text was updated successfully, but these errors were encountered: