Skip to content

Only use pyproject.toml for config when it already exists#934

Merged
nathanjmcdougall merged 17 commits intomainfrom
913-fallback-to-rufftoml-as-the-preferred-config-manager-for-ruff-if-pyprojecttoml-doesnt-exist
Sep 14, 2025
Merged

Only use pyproject.toml for config when it already exists#934
nathanjmcdougall merged 17 commits intomainfrom
913-fallback-to-rufftoml-as-the-preferred-config-manager-for-ruff-if-pyprojecttoml-doesnt-exist

Conversation

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 14, 2025

Codecov Report

❌ Patch coverage is 85.18519% with 4 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/usethis/_tool/impl/coverage_py.py 83.33% 1 Missing ⚠️
src/usethis/_tool/impl/import_linter.py 75.00% 1 Missing ⚠️
src/usethis/_tool/impl/pytest.py 75.00% 1 Missing ⚠️
src/usethis/_tool/impl/ruff.py 75.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Sep 14, 2025

CodSpeed Instrumentation Performance Report

Merging #934 will not alter performance

Comparing 913-fallback-to-rufftoml-as-the-preferred-config-manager-for-ruff-if-pyprojecttoml-doesnt-exist (d4f3777) with main (9372870)

Summary

✅ 2 untouched

@nathanjmcdougall nathanjmcdougall merged commit de67ee2 into main Sep 14, 2025
19 of 20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the 913-fallback-to-rufftoml-as-the-preferred-config-manager-for-ruff-if-pyprojecttoml-doesnt-exist branch September 14, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fallback to ruff.toml as the preferred config manager for Ruff if pyproject.toml doesn't exist

1 participant