Skip to content

Commit

Permalink
TODO: reintegrate codespell configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 26, 2024
1 parent 53c55d1 commit 7b0deb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codespell.precommit-toml"
ignore-words-list: "adn,master,uint,wrod"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ codespell_lib = [
]

# TODO: reintegrate codespell configuration after updating test cases
#[tool.codespell]
#builtin = ["clear","rare","informal","usage","code","names"]
#ignore-words-list = ["uint"]
#skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]
[tool.codespell]
builtin = ["clear","rare","informal","usage","code","names"]
ignore-words-list = ["adn,master,uint,wrod"]
skip=[ "./.*","./codespell_lib/data","./codespell_lib/tests,./example/code.c"]

[tool.mypy]
pretty = true
Expand Down

0 comments on commit 7b0deb1

Please sign in to comment.