This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Pin flake8 to minor version #9500
Labels
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Related to #9366
When talking about #9370, the issue of missing out on new features was dropped, when i was looking at the codebase again when working on #9499, i saw that
flake8
had an unbound dependency constraint.We could start having a similar problem like
black
, where a new version adding in new checks would break CI for a hot minute, because the current codebase does not match up with the lint's required checks.This'd require taking notice of
flake8
manually to update each minor version, but i think i can automate such things (i'm currently looking at https://github.com/dependabot/dependabot-script)The text was updated successfully, but these errors were encountered: