pydantic / pydantic/pytest-examples
We need to run `print_callback` before formatting print args
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 178
- Forks
- 25
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 7
Description
See https://github.com/pydantic/pydantic-settings/pull/56.
This is required since repr() which isn't valid code is currently breaking black formatting of output.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the referenced pydantic-settings pull request #56, then locate the print_callback and print-argument formatting path in pytest-examples. Done means print_callback runs before formatting, so repr() output no longer breaks Black formatting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100