• Stas Bekman's avatar
    match CI's version of flake8 (#6941) · 159ef07e
    Stas Bekman authored
    my flake8 wasn't up-to-date enough `make quality` wasn't reporting the same things CI did - this PR adds the actual required version.
    
    Thinking more about some of these minimal versions - CI will always install afresh and thus will always run the latest version. Is there a way to tell pip to always install the latest versions of certain dependencies on `pip install -i ".[dev]"`, rather than hardcoding the minimals which quickly become outdated?
    159ef07e
setup.py 6.15 KB