diff --git a/.buildkite/nightly-benchmarks/scripts/nightly-annotate.sh b/.buildkite/nightly-benchmarks/scripts/nightly-annotate.sh index 686f70dbece6c..69b6b146b3549 100644 --- a/.buildkite/nightly-benchmarks/scripts/nightly-annotate.sh +++ b/.buildkite/nightly-benchmarks/scripts/nightly-annotate.sh @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cb413185611c..7c3e0df29505f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: