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

Clean up pylint warnings in unit tests and update flake8 config #152

Merged
merged 4 commits into from
Apr 5, 2023

Conversation

yut23
Copy link
Collaborator

@yut23 yut23 commented Apr 5, 2023

Adds short descriptions for all the ignored flake8 error codes.
W291 (trailing whitespace) is no longer ignored and F401 (module imported but unused) is only ignored for __init__.py files.

W291 (trailing whitespace) is no longer ignored and F401 (module
imported but unused) is only ignored for __init__.py files.
@zingale zingale merged commit 2fcec9a into python-hydro:main Apr 5, 2023
10 checks passed
@yut23 yut23 deleted the test_cleanup branch April 6, 2023 21:32
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

2 participants