-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
🐛 Fix import of get_terminal_size
for click 8.1.0 support and upgrade Black for CI
#380
Conversation
📝 Docs preview for commit 60145d9 at: https://62448dee3f7d8c00659ebaa1--typertiangolo.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 252 252
Lines 5287 5287
=========================================
Hits 5287 5287
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funny the lint CI failed due to the same issue :) LGTM. Thanks for taking the time!
Black is affected by a different removal from click 8.1 (one that started with an underscore!), but similar. |
🐛 Fix import of
get_terminal_size
for click 8.1.0 support and upgrade Black for CIContinuation of #375 handling CI.