This changeset updates our pre-commit hooks to help check for things in our code before we commit anything, such as code format and structure as well as sensitive information and credentials.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-20 12:04:25 -04:00
parent 8e0724effa
commit 210e8b5a33
4 changed files with 758 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.106"
botocore = "^1.34.106"
botocore = "^1.34.108"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.7"
@@ -50,7 +50,7 @@ jmespath = "^1.0.1"
mistune = "0.8.4"
numpy = "^1.26.4"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.36"
phonenumbers = "^8.13.37"
pycparser = "^2.22"
python-json-logger = "^2.0.7"
redis = "^5.0.4"
@@ -92,6 +92,7 @@ pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
vulture = "^2.11"
detect-secrets = "^1.5.0"
[build-system]