Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
for issue #50
  • Loading branch information
aniruddhaadak80 authored Oct 27, 2024
1 parent 8384c76 commit d9d8383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ repos:
- id: check-added-large-files
name: Check Added Large Files
description: Prevents adding large files to the repository

# Add ls-lint
- repo: https://github.com/lojjic/pre-commit-ls-lint
rev: v1.0.0
hooks:
- id: ls-lint
name: Lint filenames and directories
description: An extremely fast file and directory name linter

0 comments on commit d9d8383

Please sign in to comment.