Skip to content

Commit

Permalink
Added codespell to pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
musaddiq-ashfaq committed Jan 6, 2025
1 parent 370c722 commit 1a21781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@ repos:
language: system
pass_filenames: false
always_run: true
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: [tomli]
args: ["--toml", "pyproject.toml"]

default_language_version:
python: python3

0 comments on commit 1a21781

Please sign in to comment.