You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in this blog post, it's easy to make mistakes when using python implicit string concatenation (5% of repos, including popular ones like tensorflow, v8, pytorch make mistakes related to this). For example:
As seen in this blog post, it's easy to make mistakes when using python implicit string concatenation (5% of repos, including popular ones like tensorflow, v8, pytorch make mistakes related to this). For example:
To avoid this we can try Code Review Doctor (paid) or try this flake8 rule: https://pypi.org/project/flake8-no-implicit-concat/.
The text was updated successfully, but these errors were encountered: