8000 Disable string-iteration warning. by betterengineering · Pull Request #563 · tidbyt/pixlet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Disable string-iteration warning. #563

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 ac 8000 count

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

betterengineering
Copy link
Contributor

This commit disables string-iteration warning for the linter. Iterating over a string is natural in python, and the proposed solution of ranging over the length of the string and using the index does not feel natural.

This commit disables string-iteration warning for the linter. Iterating
over a string is natural in python, and the proposed solution of ranging
over the lenght of the string and using the index does not feel natural.
@betterengineering betterengineering enabled auto-merge (squash) January 11, 2023 21:00
@betterengineering betterengineering merged commit 80fb155 into main Jan 11, 2023
@betterengineering betterengineering deleted the mark/string-iteration branch January 11, 2023 21:03
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.

1 participant
0