Skip to content

Commit

Permalink
use codespell pre-commit hook (#1780)
Browse files Browse the repository at this point in the history
Also removes codespell job, as lint job already runs pre-commit hook which
will now run codespell.
  • Loading branch information
skshetry authored Jan 27, 2025
1 parent 5163ac7 commit 375a411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/codespell.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ repos:
args: [ --fix, "--show-fixes"]
- id: ruff-format
types_or: [python]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
hooks:
- id: codespell

0 comments on commit 375a411

Please sign in to comment.