fix typos, add codespell pre-commit hook (#264)

* fix typos, add codespell pre-commit hook

* Update .pre-commit-config.yaml

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
Jeroen Van Goey
2024-07-16 14:07:04 +02:00
committed by GitHub
parent 3b79631672
commit 70cfced899
5 changed files with 21 additions and 4 deletions

View File

@@ -370,7 +370,7 @@ if __name__ == "__main__":
action='store_true',
default=False,
help=(
"Disable padding, which means each example may have a different lenght."
"Disable padding, which means each example may have a different length."
" This requires setting `--batch_size 1`."
)
)