Skip to content

Commit

Permalink
ignore CHANGELOG.md for codespell (#71)
Browse files Browse the repository at this point in the history
* ignore CHANGELOG.md for codespell

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
yibeichan and pre-commit-ci[bot] authored Jul 18, 2024
1 parent 1ac169e commit c456d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Homepage = "https://github.com/ReproNim/reproschema-py"
line-length = 79

[tool.codespell]
exclude-file = "CHANGELOG.md"
ignore-words = "codespell_ignore_words.txt"
skip = "./.git"

Expand Down

0 comments on commit c456d9b

Please sign in to comment.