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

E129 "best practice" violates W504 #44

Open
Venousek opened this issue Nov 29, 2021 · 0 comments
Open

E129 "best practice" violates W504 #44

Venousek opened this issue Nov 29, 2021 · 0 comments

Comments

@Venousek
Copy link

The best practice of E129:

if (row < 0 or module_count <= row or
        col < 0 or module_count <= col):
    raise Exception("%s,%s - %s" % (row, col, self.moduleCount))

violates W504 line break after binary operator

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

No branches or pull requests

1 participant