We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2ed7d commit 67c680bCopy full SHA for 67c680b
.pre-commit-config.yaml
@@ -46,6 +46,7 @@ repos:
46
- id: detect-aws-credentials
47
args: ['--allow-missing-credentials']
48
49
+ # rewrites python files with useless changes like changing single quotes to double quotes
50
#- repo: https://github.com/psf/black
51
# rev: 24.8.0
52
# hooks:
0 commit comments