As a developer, I want a clean code base where flake8 is followed.
Summary: Better code standard will promote readability and attract new contributors to the project.
Type: STYLING
flake8 currently fails on the codebase
flake8 should pass
Summary:
Fix linting errors
I agree with this, but due to the amount of open work on the platform, we're intentionally not linting the whole codebase to avoid unnecessary stress for fellow community contributors.
We plan to slowly lint each app as the opportunity presents itself and specifically enforce linting on apps that have already been migrated.
Sure, that makes sense. I'd lint if I touch any files :)
I typically make minor adjustments as I'm changing things as well. I just don't want to overwhelm would-be contributors if they have something they're working on in a PR/fork when they try to rebase with the linting changes.
Did you ever send in a PR @CuriousLearner ?
@kuhnchris Nope. I feel maintainers are inclined towards incremental changes ( which makes sense) fixing these linting errors, so I do not wanted to work on a humongous PR which will be left hanging.
So, I'm not sure if a single PR fixing all this would help 馃し鈥嶁檪
Well, I guess we'll have to ask @danlipert or @owocki for a decision on that.
Cool, let me know if you need a helping hand ;)
Guess that's a no, thanks for offering your help tho @CuriousLearner !
Most helpful comment
I typically make minor adjustments as I'm changing things as well. I just don't want to overwhelm would-be contributors if they have something they're working on in a PR/fork when they try to rebase with the linting changes.