Skip to content

Commit

Permalink
Add codespell check in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Feb 17, 2025
1 parent e6502a6 commit bab3858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ repos:
name: Check the file names for inconsistencies.
entry: ./tools/check-file-names.sh
language: system
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell

0 comments on commit bab3858

Please sign in to comment.