Skip to content
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

feat: switch from import assertions (assert) to import attributes (with) #25

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

💖

@JoshuaKGoldberg JoshuaKGoldberg merged commit a2276eb into main Oct 15, 2024
12 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the import-attributes branch October 15, 2024 20:34
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.12%. Comparing base (a9e4c53) to head (e73b29e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   97.40%   97.12%   -0.29%     
==========================================
  Files           8       13       +5     
  Lines         270      278       +8     
  Branches        8       30      +22     
==========================================
+ Hits          263      270       +7     
- Misses          7        8       +1     

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

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.

🚀 Feature: Use 'with' keyword, not 'assert', for .json imports
1 participant