Skip to content

Commit c456d9b

Browse files
ignore CHANGELOG.md for codespell (ReproNim#71)
* 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>
1 parent 1ac169e commit c456d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Homepage = "https://github.com/ReproNim/reproschema-py"
5858
line-length = 79
5959

6060
[tool.codespell]
61+
exclude-file = "CHANGELOG.md"
6162
ignore-words = "codespell_ignore_words.txt"
6263
skip = "./.git"
6364

0 commit comments

Comments
 (0)