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

Pylama was broke and not actually executing pycodestyle #1850

Merged
merged 2 commits into from
Feb 17, 2023

Conversation

ktbyers
Copy link
Contributor

@ktbyers ktbyers commented Feb 16, 2023

No description provided.

@@ -452,7 +452,7 @@ def _load_config(self, filename=None, config=None, replace=True):
return None

try:
if not any(l == "end" for l in commands):
if not any(cmd == "end" for cmd in commands):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a linter failure...it didn't like the single-letter variable.

@ktbyers ktbyers merged commit 22ae327 into develop Feb 17, 2023
@ktbyers ktbyers deleted the fix_pycodestyle branch February 28, 2024 18:26
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.

None yet

1 participant