Re: [PR] [SEDONA-546] Python linting enable rule `E712` [sedona]

2024-04-26 Thread via GitHub
jiayuasu merged PR #1372: URL: https://github.com/apache/sedona/pull/1372 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.

[PR] [SEDONA-546] Python linting enable rule `E712` [sedona]

2024-04-25 Thread via GitHub
jbampton opened a new pull request, #1372: URL: https://github.com/apache/sedona/pull/1372 Comparison to true should be 'if cond is true:' or 'if cond:'. https://www.flake8rules.com/rules/E712.html https://peps.python.org/pep-0008/#programming-recommendations ## Did you r