Skip to content

Commit

Permalink
Test codespell pyproject entry
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Feb 20, 2024
1 parent 5fc3084 commit 99121aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/test_cookiecutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ def test_pyproject_toml(package_path_config_dict):

assert "legacy_tox_ini" in project_toml["tool"]["tox"]

assert project_toml["tool"]["codespell"]["skip"] == ".git"
assert project_toml["tool"]["codespell"]["check-hidden"] is True


def test_pip_install(pip_install):
config_dict = pip_install
Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.package_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ commands =
[tool.codespell]
skip = '.git'
check-hidden = true

0 comments on commit 99121aa

Please sign in to comment.