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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #1850 #1856

Merged
merged 2 commits into from Feb 8, 2021
Merged

Refs #1850 #1856

merged 2 commits into from Feb 8, 2021

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 8, 2021

I have made things!

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made
  • I have added my changes to the CHANGELOG.md

Related issues

馃檹 Please, if you or your company is finding wemake-python-styleguide valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/wemake-python-styleguide. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.

@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #1856 (8e2f260) into master (02f8d30) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1856   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          109       109           
  Lines         6038      6038           
  Branches      1348      1348           
=========================================
  Hits          6038      6038           
Impacted Files Coverage 螖
wemake_python_styleguide/logic/tree/variables.py 100.00% <酶> (酶)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 02f8d30...8e2f260. Read the comment docs.

@@ -43,7 +43,7 @@ def is_valid_unpacking_target(target: ast.expr) -> bool:
"""Checks if unpacking target is correct."""
if isinstance(target, ast.Tuple):
return all(
_is_valid_single(element) is not None
_is_valid_single(element)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skarzi changed!

It looks like this can break some tests 馃槰

@sobolevn sobolevn merged commit 76c1a16 into master Feb 8, 2021
@delete-merged-branch delete-merged-branch bot deleted the issue-1850 branch February 8, 2021 12:20
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.

None yet

1 participant