Skip to content

Commit

Permalink
updated .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent fe1fffd commit 33a4990
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ repos:
hooks:
- id: check-yaml
# Common errors
- id: end-of-file-fixer
#- id: end-of-file-fixer # ruins .gitignore Icon\r
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
# Git style
- id: check-added-large-files
- id: check-merge-conflict
- id: check-vcs-permalinks
- id: forbid-new-submodules
#- id: forbid-new-submodules
# Cross platform
- id: check-case-conflict
- id: mixed-line-ending
Expand All @@ -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
Expand Down

0 comments on commit 33a4990

Please sign in to comment.