Skip to content

Unignore flake8 E123, E126, E305, E741, W504 - #3669

Closed
arogl wants to merge 11 commits into
beetbox:masterfrom
arogl:master
Closed

Unignore flake8 E123, E126, E305, E741, W504#3669
arogl wants to merge 11 commits into
beetbox:masterfrom
arogl:master

Conversation

@arogl

@arogl arogl commented Jul 13, 2020

Copy link
Copy Markdown
Contributor

Description

Un-ignore flake8 errors that require more than zero or minimal change to the codebase.

See the the discourse discussion

Uploading changes based on PR #3666 for discussion

I have ONLY updated the main branch not the tests as yet

Could use some help to put change back on my feature branch.

Comment thread setup.cfg
ignore =
# pycodestyle errors
E121, # continuation line under-indented for hanging indent
# E121, # continuation line under-indented for hanging indent

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it makes sense to just remove them all together instead of keeping them around as a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I agree removing them for final merge, but as noted below the tests still need to be changed.

Opening PR to start discussion.

I can get tests done tonight if no objections.

Comment thread setup.cfg
ignore=E121,E123,E126,E24,E704,W503,W504,E305,C901,E221,E731,F405,FI50,FI51,FI12,FI53,FI14,FI15,E741
min-version = 2.7
accept-encodings = utf-8
extend-exclude = test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think this would be good to merge in, as it would affect all linting for test files. I think these changes would have to be all or nothing for each error.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Opening PR to start discussion.

I can get tests done tonight if no objections.

@arogl

arogl commented Jul 14, 2020

Copy link
Copy Markdown
Contributor Author

Can I do all of the tests in 1 merge?

@arogl

arogl commented Jul 14, 2020

Copy link
Copy Markdown
Contributor Author

Closing in favour of #3672

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