Conversation
b66eab5 to
b4c608a
Compare
|
Sounds sensible. I think we can go ahead and merge it. Two slightly related questions:
As long as we don't have overlapping or conflicting dependencies I suppose order doesn't matter (1), which however leads to (2). |
Was about to write directly but... we had the same thought: actually I got bitten by the duplication you mentioned in some of the PRs that need to make sure of flask, where it had to be added across multiple files. Sometihng I found out when I rebased and then had branches explode. I tend to agree that it would simplify matters to be clear which entries should be in which ones (requiring their addition only once) and/or get down to fewer of them if possible. |
Alright, please move the |
Use local-requirements.txt as the mechanism through which flake8 and pylint and provisioned. Switch over to this and make the lint package installs consistent. Install all deps via pip otherwise changes within code that has external dependencies will fail to lint with missing modules.