You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a pre-commit config file would be good for formatting/linting purposes. I am currently working on a python CLI project myself and we use pre commit hooks for the above mentioned reason. In the config file we can define the usage of black, flake8 and isort. Even later on you can add a lint test as a GHA which would be great for new PRs.
💥 Proposal
Adding a pre-commit config file would be good for formatting/linting purposes. I am currently working on a python CLI project myself and we use pre commit hooks for the above mentioned reason. In the config file we can define the usage of black, flake8 and isort. Even later on you can add a lint test as a GHA which would be great for new PRs.
Have you read the Contributing Guidelines on Pull Requests?
Yes
The text was updated successfully, but these errors were encountered: