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
Hey, would you be interested in using pre-commit to do the formatting stuff? It can help take out some dependencies from setup.py and offer IMO a smoother experience (the CI checks nicely, and you can easily run to modify content in place).
Hey, would you be interested in using pre-commit to do the formatting stuff? It can help take out some dependencies from
setup.py
and offer IMO a smoother experience (the CI checks nicely, and you can easily run to modify content in place).We can also add
which upgrade syntax and
which automatically removes unused variables and imports.
The text was updated successfully, but these errors were encountered: