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

Add whitespace-before colon ignore #114

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Conversation

jsignell
Copy link
Contributor

We do this in other Saturn codebases and it is motivated by PyCQA/pycodestyle#373

The repercussions are we get things like:

-    pet_names_padded = [name[-(str_len + 1):] for name in pet_names_characters]
+    pet_names_padded = [name[-(str_len + 1) :] for name in pet_names_characters]

@jsignell jsignell requested a review from jnolis March 18, 2021 15:44
@jsignell jsignell merged commit 9e6a11e into examples-v2.0-pytorch Mar 18, 2021
@jsignell jsignell deleted the flake8-ignore branch March 18, 2021 15:47
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.

2 participants