-
-
Notifications
You must be signed in to change notification settings - Fork 312
fix(config): include pyproject.toml in multi config file warning #1803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@bearomorphism
bearomorphism
requested review from
Lee-W,
noirbizarre and
woile
as code owners
January 15, 2026 16:37
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.95%. Comparing base (cdaa941) to head (5eb1e1c).
✅ All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@ ## master #1803 +/- ## ========================================== - Coverage 97.96% 97.95% -0.01% ========================================== Files 60 60 Lines 2648 2643 -5 ========================================== - Hits 2594 2589 -5 Misses 54 54
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
@bearomorphism
bearomorphism
force-pushed
the
multi-config-include-pyproject
branch
from
January 15, 2026 16:39
7514e8e to
ec46a4c
Compare
@bearomorphism
bearomorphism
force-pushed
the
multi-config-include-pyproject
branch
2 times, most recently
from
January 15, 2026 17:23
4768276 to
da1e65c
Compare
@bearomorphism
bearomorphism
force-pushed
the
multi-config-include-pyproject
branch
from
January 15, 2026 17:55
da1e65c to
ff90571
Compare
@bearomorphism
bearomorphism
force-pushed
the
multi-config-include-pyproject
branch
from
January 15, 2026 17:57
ff90571 to
5eb1e1c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
I just remembered that we already have a feature that detects if a configuration file is valid. We can include pyproject.toml in the multi config warning.
Relate #1702
Also added a test to ensure that no warning when there are both pyproject.toml (without cz settings section) and cz.toml