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

Fix issue where --wrapreturntype if-multiline didn't work with arrays, dictionaries, tuples, or generic types #1657

Merged

Conversation

calda
Copy link
Collaborator

@calda calda commented Mar 28, 2024

This PR fixes an issue where the --wrapreturntype if-multiline option didn't work if the return type was an array, dictionary, tuple, or generic type.

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (ca70962) to head (37783f5).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1657      +/-   ##
===========================================
+ Coverage    95.13%   95.19%   +0.06%     
===========================================
  Files           20       20              
  Lines        22707    22706       -1     
===========================================
+ Hits         21603    21616      +13     
+ Misses        1104     1090      -14     

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

@nicklockwood nicklockwood merged commit 5895a3b into nicklockwood:develop Mar 30, 2024
8 of 9 checks passed
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