-
Notifications
You must be signed in to change notification settings - Fork 350
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
Add more controls in pre-commit, partly security #1036
base: master
Are you sure you want to change the base?
Conversation
juju4
commented
Nov 19, 2022
- detect-private-key
- check-added-large-files
- codespell
- detect-secrets
- semgrep
- bandit
- (black) if maintainers comfortable with it - https://black.readthedocs.io/en/stable/
Hi - It'd be easier to discuss these additions one by one since adding them all at once will be a big change to our CI. Is there one you'd like us to consider first? |
order does not really matter if ending to merge all. codespell is about code spelling example run |
Choosing to use black will mean a big patch at first to get the code in the black style formatting, but going forward will make PRs more straight forward as the formatting style is black. |
The MR looks large/scary, however 90% of the changes are strictly cosmetic e.g. fix spelling and lint error etc. Notes:
|