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

Suppress E501 in generated prefix util script #644

Merged
merged 1 commit into from
May 29, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented May 16, 2024

We don't generally enforce linters in generated scripts, but it's easy enough to add suppressions to these lines, which vary in length based on the environment.

Closes: #643

We don't generally enforce linters in generated scripts, but it's easy
enough to add suppressions to these lines, which vary in length based on
the environment.
@cottsay cottsay added the enhancement New feature or request label May 16, 2024
@cottsay cottsay self-assigned this May 16, 2024
@cottsay cottsay merged commit d6641a8 into master May 29, 2024
34 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/e501-generated-prefix-util branch May 29, 2024 19:11
@cottsay cottsay added this to the 0.16.2 milestone Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Several lines from _local_setup_util_sh.py contain this: E501 line too long
2 participants