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

[SEDONA-552] Enable Python lint rule E741 #1387

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

jbampton
Copy link
Member

E741 - Do not use variables named 'I', 'O', or 'l'

https://www.flake8rules.com/rules/E741.html

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Cleaned up the Python code

How was this patch tested?

pre-commit run --all-files

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@jbampton jbampton requested a review from jiayuasu as a code owner April 30, 2024 07:47
@jiayuasu jiayuasu added this to the sedona-1.6.0 milestone Apr 30, 2024
@jiayuasu jiayuasu merged commit 872ecf3 into apache:master Apr 30, 2024
28 checks passed
@jbampton jbampton deleted the enable-python-lint-rule-E741 branch May 6, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants