Skip to content

Remove argparse.FileType#27

Merged
kylebittinger merged 4 commits intomainfrom
remove-filetype
Mar 2, 2026
Merged

Remove argparse.FileType#27
kylebittinger merged 4 commits intomainfrom
remove-filetype

Conversation

@kylebittinger
Copy link
Member

The use of argparse.FileType now results in a pending deprecation warning. Here, I removed all calls to this class and refactored the code to open the files directly.

@kylebittinger kylebittinger merged commit 6fb873d into main Mar 2, 2026
8 checks passed
@kylebittinger kylebittinger deleted the remove-filetype branch March 2, 2026 17:14
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.07%. Comparing base (18c9d58) to head (87dcec2).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   95.04%   95.07%   +0.03%     
==========================================
  Files          11       11              
  Lines         565      569       +4     
==========================================
+ Hits          537      541       +4     
  Misses         28       28              

☔ View full report in Codecov by Sentry.
📢 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.

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.

2 participants