Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace fmt goal with v2 version #8351

Closed
illicitonion opened this issue Sep 27, 2019 · 0 comments · Fixed by #9257
Closed

Replace fmt goal with v2 version #8351

illicitonion opened this issue Sep 27, 2019 · 0 comments · Fixed by #9257

Comments

@illicitonion
Copy link
Contributor

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.

Eric-Arellano added a commit that referenced this issue Mar 10, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant