Skip to content

Commit

Permalink
Trying to pass toml file as a parameter to codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Jan 21, 2025
1 parent 78d7d30 commit 3fe1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: 'benchmarks/sonnet.txt|(build|tests/(lora/data|models/fixtures|prompts))/.*|csrc/rocm/.*|csrc/gradlib/.*'
args: [--toml=pyproject.toml]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 3fe1bec

Please sign in to comment.