fix(config): include pyproject.toml in multi config file warning#1803
Merged
bearomorphism merged 1 commit intonext-releasefrom Jan 31, 2026
Merged
fix(config): include pyproject.toml in multi config file warning#1803bearomorphism merged 1 commit intonext-releasefrom
bearomorphism merged 1 commit intonext-releasefrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next-release #1803 +/- ##
================================================
- Coverage 97.98% 97.97% -0.01%
================================================
Files 60 60
Lines 2678 2673 -5
================================================
- Hits 2624 2619 -5
Misses 54 54 ☔ View full report in Codecov by Sentry. |
7514e8e to
ec46a4c
Compare
4768276 to
da1e65c
Compare
ff90571 to
5eb1e1c
Compare
5eb1e1c to
779c6cb
Compare
779c6cb to
eda118d
Compare
eda118d to
7ae6414
Compare
bearomorphism
added a commit
that referenced
this pull request
Feb 1, 2026
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
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.
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