Should we switch to using flake8 --diff
instead of flakeheaven
?
#2215
aucampia
started this conversation in
Development
Replies: 2 comments
-
Flake8 diff is deprecated, but we should move away from flakeheaven as that likely won't get updated to a newer flake8. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sometime in the future, another option might be to switch to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
flakeheaven is stuck on a rather old version of flake8.
flake8 --diff
is not quite as nice in principle, but the benefit is that it is part of flake8, also it makes it easier for us to add additional flake8 linters without having to fix all existing code. One downside that running flake8 without--diff
will still be very noisy,.I think we should move though, unless there is an alternative to flakeheaven that allows baselineing.
Beta Was this translation helpful? Give feedback.
All reactions