1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated .pre-commit-config.yaml

This commit is contained in:
Hari Sekhon 2024-11-22 17:48:21 +04:00
parent e928c17f4d
commit 94c736c08d

View File

@ -46,10 +46,11 @@ repos:
- id: detect-aws-credentials
args: ['--allow-missing-credentials']
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
# rewrites python files with useless changes like changing single quotes to double quotes
#- repo: https://github.com/psf/black
# rev: 24.8.0
# hooks:
# - id: black
# Git secrets Leaks
- repo: https://github.com/awslabs/git-secrets.git