-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pin flake8 and friends to reduce code analysis errors #29
Conversation
Ver PR collective/buildout.plonetest#29. A idéia é testar no CI do pacote se algum problema vai ocorrer.
Ate these the latest versions of Isn't this overkill? Shouldn't we just pin flake8? We already pin a bunch of |
@idgserpro I'm doing this because of this: https://travis-ci.org/collective/sc.social.like/builds/259762263 |
Did you try to pin just flake8 to 3.3.0? Why do you need to pin all packages in flake8-* namespace? All of them ask for setuptools > = 30? We did a test just pinning flake8 and it worked so far in https://travis-ci.org/collective/sc.social.like/builds/259951378 Nevertheless, we would pin just flake8 and the following documentation above the pin:
|
Pinning If we pin everything here, the danger is always that no one adjusts this list for a couple of months, and we miss out on QA improvements. The same is true in A |
* Fix Facebook href to point to Canonical URL * Update setuptools version * Fix changelog * Set recommended versions of flake8 and friends * Remove flake8 pinnings Refs. collective/buildout.plonetest#29
No description provided.