Skip to content

Commit

Permalink
Updated with name titles
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
  • Loading branch information
uk-bolly committed Dec 9, 2024
1 parent b1068de commit f712114
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ repos:
hooks:
# Safety
- id: detect-aws-credentials
name: Detect AWS Credentials
- id: detect-private-key
name: Detect Private Keys

# git checks
- id: check-merge-conflict
name: Check for merge conflicts
- id: check-added-large-files
name: Check for Large files
- id: check-case-conflict
name: Check case conflict

# General checks
- id: trailing-whitespace
Expand All @@ -27,6 +32,7 @@ repos:
types: [text]
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
name: Ensure line at end of file

# Scan for passwords
- repo: https://github.com/Yelp/detect-secrets
Expand Down Expand Up @@ -62,3 +68,4 @@ repos:
rev: v1.35.1 # or higher tag
hooks:
- id: yamllint
name: Check YAML Lint

0 comments on commit f712114

Please sign in to comment.