From d9d83832adf1d064905b1bb47ab6b4006965c4e3 Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Sun, 27 Oct 2024 23:26:07 +0530 Subject: [PATCH] Update .pre-commit-config.yaml for issue #50 --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cd8e4c..e80a230 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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