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

enforce any/all calls #2702

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Conversation

kimchidonut0
Copy link
Contributor

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.

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

Thanks!

Do you want to also work on the flake8 rule for that check to be automated?

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Merging #2702 (a09bb3e) into master (5bb6dd8) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #2702   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          122       122           
  Lines         6549      6545    -4     
  Branches      1554      1551    -3     
=========================================
- Hits          6549      6545    -4     
Files Changed Coverage Δ
wemake_python_styleguide/logic/tree/functions.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/tree/loops.py 100.00% <100.00%> (ø)
wemake_python_styleguide/logic/walk.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@sobolevn sobolevn merged commit b6815e0 into wemake-services:master Aug 6, 2023
8 checks passed
@kimchidonut0
Copy link
Contributor Author

Thanks!

Do you want to also work on the flake8 rule for that check to be automated?

Sure, happy to. Should I create a new issue?

@sobolevn
Copy link
Member

sobolevn commented Aug 7, 2023

No, you can work on the same one :)

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