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
Just created a new project with python 3.11, got the following warning when running .initialize_new_project.sh:
[WARNING] hook id `jupyter-nb-clear-output` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
The text was updated successfully, but these errors were encountered:
new in 3.2.0: The values of stages match the hook names. Previously, commit, push, and merge-commit matched pre-commit, pre-push, and pre-merge-commit respectively.
Just created a new project with python 3.11, got the following warning when running .initialize_new_project.sh:
The text was updated successfully, but these errors were encountered: