-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
InfiniteWhileLoopViolation should allow try:
#1857
Labels
bug
Something isn't working
good first issue
Entrypoint to the project
help wanted
Extra attention is needed
level:starter
Good for newcomers
Milestone
Comments
sobolevn
added
bug
Something isn't working
help wanted
Extra attention is needed
level:starter
Good for newcomers
good first issue
Entrypoint to the project
labels
Feb 8, 2021
Hello. Can you assign me this issue? I'd like to contribute. Thanks. |
@Aleksey94Dan thanks a lot! 👍 |
Sorry.Could you appoint me again? I clicked the wrong place by mistake. Thanks. |
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 10, 2021
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 11, 2021
add wemake-services#1857 to the `CHANGELOG.md`
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 11, 2021
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 11, 2021
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 11, 2021
This was referenced Feb 11, 2021
Aleksey94Dan
added a commit
to Aleksey94Dan/wemake-python-styleguide
that referenced
this issue
Feb 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Entrypoint to the project
help wanted
Extra attention is needed
level:starter
Good for newcomers
This code does contain
raise
orbreak
, but you can clearly see that it is meant to be correct.So, if
while
loop hastry
- it is good enough for us.The text was updated successfully, but these errors were encountered: