Skip to content

Commit

Permalink
Add codespell pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Apr 9, 2024
1 parent c606f61 commit 246cebb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ repos:
Fix the merge conflicts manually and remove the .rej files.
language: fail
files: '.*\.rej$'
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli

0 comments on commit 246cebb

Please sign in to comment.