You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is blocked on #8345 and #8346 but then should mostly just be renaming the scope in #8350 and removing the v1 Goal from the goal registration code.
The text was updated successfully, but these errors were encountered:
Closes#8351.
It's safe to make this change, even with us defaulting to `--v2` for users, because we default to no V2 linters being enabled and the V2 goal no-ops in this case.
It's also safe to have both V1 and V2 linters run at the same time (mixed mode). They won't run at the same time, so there's no risk of formatters conflicting with each other.
In a followup, we can now deprecate V1 isort for the V2 implementation.
This is blocked on #8345 and #8346 but then should mostly just be renaming the scope in #8350 and removing the v1 Goal from the goal registration code.
The text was updated successfully, but these errors were encountered: