Skip to content

Commit

Permalink
use dev-tools hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Nov 4, 2024
1 parent 20ea08c commit 63961a1
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ repos:
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: local
hooks:
- id: check-snake-case
name: check snake case
description: Check that all files are snake_case
entry: file names and paths must be snake_case
language: fail
files: "-|[A-Z]"
types_or:
- c++
- python
- shell
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand All @@ -44,6 +32,12 @@ repos:
- --pytest-test-first
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/luminartech/dev-tools
rev: 0.4.0
hooks:
- id: check-snake-case
- id: check-cpp-and-cu-unit-test-naming-pattern
- id: check-non-existing-and-duplicate-excludes
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
hooks:
Expand Down

0 comments on commit 63961a1

Please sign in to comment.