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

Reduce flake8 max-line-length #3144

Closed
wants to merge 6 commits into from
Closed

Reduce flake8 max-line-length #3144

wants to merge 6 commits into from

Conversation

marameref
Copy link
Contributor

@marameref marameref commented Mar 5, 2024

Description

I reduced flake8 max-length to 113

Changed Behaviour

  • flake8

Fixes

  • Reduce flake8 max-line-length to 113

Type of change

Choose which options apply, and delete the ones which do not apply.

  • Code maintenance/cleanup

@marameref
Copy link
Contributor Author

@benclifford pls review

.flake8 Outdated
exclude = test_import_fail.py,
parsl/executors/workqueue/parsl_coprocess.py
parsl/
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is a mistake here: it looks like you've split the line containing parsl/executors/workqueue/parsl_coprocess.py into two separate lines, and now the new version says to ignore all errors in the whole of parsl!

Copy link
Collaborator

@benclifford benclifford left a comment

Choose a reason for hiding this comment

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

see comment on .flake8 accidental change

@marameref marameref closed this by deleting the head repository Mar 6, 2024
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