Skip to content

Commit 375a411

Browse files
authored
use codespell pre-commit hook (#1780)
Also removes codespell job, as lint job already runs pre-commit hook which will now run codespell.
1 parent 5163ac7 commit 375a411

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/workflows/codespell.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ repos:
2121
args: [ --fix, "--show-fixes"]
2222
- id: ruff-format
2323
types_or: [python]
24+
- repo: https://github.com/codespell-project/codespell
25+
rev: v2.4.0
26+
hooks:
27+
- id: codespell

0 commit comments

Comments
 (0)