Skip to content

Commit

Permalink
use lab precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 29, 2024
1 parent 5b80e5d commit cf4e98d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ repos:
- id: detect-private-key
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-aws-credentials
args: [ --allow-missing-credentials ]
- id: mixed-line-ending
args: [ --fix=lf ]
minimum_pre_commit_version: 4.0.1

0 comments on commit cf4e98d

Please sign in to comment.