Skip to content

Commit

Permalink
Add exclude to codespell hook
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Mellor <[email protected]>
  • Loading branch information
hmellor committed Jan 13, 2025
1 parent 8ecc505 commit deaf920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/nightly-benchmarks/scripts/nightly-annotate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ main() {



# The figures should be genereated by a separate process outside the CI/CD pipeline
# The figures should be generated by a separate process outside the CI/CD pipeline

# # generate figures
# python3 -m pip install tabulate pandas matplotlib
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: [--toml, pyproject.toml]
additional_dependencies: [tomli]
exclude: "benchmarks/sonnet.txt|(build|tests/(lora/data|models/fixtures|prompts))/.*"
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit deaf920

Please sign in to comment.