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
which I saw in another issue and it fixed the problem. Perhaps something can be done upstream to make them run faster or simply increase the default timeout for that case.
The text was updated successfully, but these errors were encountered:
Environment data
Expected behaviour
My code should get formatted by black and the imports should get sorted by isort when I save my file.
Actual behaviour
Only the imports get sorted. The code does not get formatted.
Steps to reproduce:
Logs
Well, it seems like this is the issue. I added
which I saw in another issue and it fixed the problem. Perhaps something can be done upstream to make them run faster or simply increase the default timeout for that case.
The text was updated successfully, but these errors were encountered: