Skip to content

Commit

Permalink
Ignore all testdata (and not just one package name)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 22, 2024
1 parent f174839 commit 34e685f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ lint.mccabe.max-complexity = 15

[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git,*.pdf,*.svg,.nox'
skip = '.git,*.pdf,*.svg,.nox,testdata'
check-hidden = true
# case sensitive etc
ignore-regex = '\b(UE|path/doesnt/exist)\b'
ignore-words-list = 'astroid'

[tool.pytest.ini_options]
markers = ["all_packages: test install with maximum number of packages"]
Expand Down

0 comments on commit 34e685f

Please sign in to comment.