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
I want to use the isort pre-commit hook for a project I'm working on/just joined. The problem is, that the current version is 4.3.21 while the rest of the devs are on 4.3.4. With the same settings, the output of 4.3.4 is much different than 4.3.21. My initial solution was to use the 4.3.4 commit hook, but it seems like pre-commit hooks weren't supported for that version. Any advice? Is there a way to get 4.3.21 to sort imports in the same order as 4.3.4?
The text was updated successfully, but these errors were encountered:
I want to use the isort pre-commit hook for a project I'm working on/just joined. The problem is, that the current version is 4.3.21 while the rest of the devs are on 4.3.4. With the same settings, the output of 4.3.4 is much different than 4.3.21. My initial solution was to use the 4.3.4 commit hook, but it seems like pre-commit hooks weren't supported for that version. Any advice? Is there a way to get 4.3.21 to sort imports in the same order as 4.3.4?
The text was updated successfully, but these errors were encountered: