diff --git a/readmes/python-repos-ide-setup.md b/readmes/python-repos-ide-setup.md index fc040f92..0b9385c7 100644 --- a/readmes/python-repos-ide-setup.md +++ b/readmes/python-repos-ide-setup.md @@ -9,4 +9,8 @@ Run the following while in your virtual enviroment: pre-commit install ``` -Once the above is done you will have autoformatting and pep8 compliance built into your workflow. You will be notified of any pep8 errors during commits. \ No newline at end of file +Once the above is done you will have autoformatting and pep8 compliance built into your workflow. You will be notified of any pep8 errors during commits. + +## `detect-secrets` hook +We use this pre-commit hook to prevent new secrets from entering the code base.(For more info: https://github.com/Yelp/detect-secrets) +- If the hook detects false positives, mark with an inline `pragma: allowlist secret` comment to ignore it. \ No newline at end of file