Skip to content

Commit

Permalink
pre-commit: simplify spelling invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Apr 11, 2024
1 parent 1dd2388 commit 13d68ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ repos:
- id: doc-spelling
name: doc-spelling
language: system
entry: bash -c "cd doc/ && ./pre-commit-spell-check"
entry: make -C doc spelling
files: "doc/.*rst"
8 changes: 0 additions & 8 deletions doc/pre-commit-spell-check

This file was deleted.

0 comments on commit 13d68ec

Please sign in to comment.