You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only use pyproject.toml for config when it already exists (#934)
* Only use `pyproject.toml` for config when it already exists
* update token in README test
* Remove empty test module
* Split test to reflect new codespell config file behaviour
* Consistently name tests `*_no_pyproject_toml` rather than `*_no_pyproject`
* Split docstyle no backend test into two based on `pyproject.toml` presence
* Only add `pyproject-fmt` if `pyproject.toml` is actually used in the project
* Fix docstyle `test_none_backend_no_pyproject_toml` test
* Split the `test_non_backend` test for `usethis lint` into two based on `pyproject.toml` presence
* Split the `test_non_backend` test for `usethis rule` into two based on `pyproject.toml` presence
* Split the `test_non_backend` test for `usethis spellcheck` into two based on `pyproject.toml` presence
* Split the `test_non_backend` test for `usethis test` into two based on `pyproject.toml` presence
* Split the `test_non_backend` test for `usethis tool coverage.py` into two based on `pyproject.toml` presence
* Don't create empty config files (for Deptry etc.) unnecessarily
* Pass `test_empty_dir` test for Ruff
0 commit comments