Skip to content

Commit fd6a4ab

Browse files
committed
Fix trailing commas
2 parents 035b8da + a0357dd commit fd6a4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detect_secrets/pre_commit_hook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _print_secrets_found(secrets):
208208
def _print_mitigation_suggestions():
209209
security_team = os.environ.get(
210210
'DETECT_SECRETS_SECURITY_TEAM',
211-
'in #security'
211+
'in #security',
212212
)
213213
suggestions = [
214214
'For information about putting your secrets in a safer place, ' +

0 commit comments

Comments
 (0)