Skip to content

Commit

Permalink
codespell ignore assertIn
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Jun 18, 2024
1 parent 0af99d6 commit f773647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ pythonPlatform = "All"
minversion = "6.0"
log_cli_level = "INFO"
asyncio_mode = "auto"

[tool.codespell]
skip = ".git,.tox,build,venv*"
ignore-words-list = "assertIn"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deps =
codespell
commands =
codespell {[vars]lib_path}
codespell . --skip .git --skip .tox --skip build --skip venv --skip .mypy_cache
codespell .
ruff {[vars]all_path}
black --check --diff {[vars]all_path}

Expand Down

0 comments on commit f773647

Please sign in to comment.