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

Final flake8 fixes #239

Merged
merged 7 commits into from
Nov 25, 2020
Merged

Final flake8 fixes #239

merged 7 commits into from
Nov 25, 2020

Conversation

aaronayres35
Copy link
Contributor

fixes #145

After this PR, the setup.cfg exclude section is entirely empty. We still have the per-file-ignores for F401 errors in api and __init__ files which should stay. We also still ignore E266 and W503 errors but I believe that is intended to remain the case.

Checklist
- [ ] Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

@rahulporuri rahulporuri self-requested a review November 25, 2020 16:07
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

Mostly LGTM

apptools/naming/dynamic_context.py Show resolved Hide resolved
apptools/naming/pyfs_context.py Outdated Show resolved Hide resolved
apptools/naming/trait_defs/naming_traits.py Outdated Show resolved Hide resolved
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM except for one minor cleanup.

apptools/naming/dynamic_context.py Outdated Show resolved Hide resolved
Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
@aaronayres35 aaronayres35 merged commit f65158e into master Nov 25, 2020
@aaronayres35 aaronayres35 deleted the final-flake8 branch November 25, 2020 16:55
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.

Make codebase Flake8-clean
2 participants