diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e33713..40f2202 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,13 @@ repos: - id: codespell args: ["--ignore-words", ".github/linters/codespell.txt"] + - 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 + - repo: https://github.com/gitleaks/gitleaks rev: v8.21.2 hooks: @@ -59,3 +66,4 @@ repos: rev: v1.7.3 hooks: - id: actionlint +