Skip to content

Update to monty 0.0.18#419

Open
ggozad wants to merge 2 commits into
mainfrom
feat/update-monty
Open

Update to monty 0.0.18#419
ggozad wants to merge 2 commits into
mainfrom
feat/update-monty

Conversation

@ggozad

@ggozad ggozad commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Monty 0.0.18 introduces support for with open() syntax which was unsupported previously.
Since this is a common error we get in evaluations, we would like to eventually update the analysis SKILL.md to remove the complex rules around it.

@ggozad

ggozad commented Jun 4, 2026

Copy link
Copy Markdown
Owner Author

While with open() is indeed fixed, there is no support for iterable file objects, so we still need to introduce a rule disallowing the idiomatic for line in open(): …
See pydantic/monty#490
Till that is fixed we stick with the current rules.

@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.54%. Comparing base (e70f271) to head (ec91b64).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #419   +/-   ##
=======================================
  Coverage   95.54%   95.54%           
=======================================
  Files         119      119           
  Lines        6602     6602           
=======================================
  Hits         6308     6308           
  Misses        294      294           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant