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
docs: Use 'develop' extra over removed 'complete' (#2113)
* Update all uses of the removed 'complete' extra to 'develop'.
- The 'complete' extra was removed when moving to hatchling in
PR #2095, but the 'develop' extra retains most of that functionality.
- Update the 'complete' extra to 'all' for the Binder postBuild to
reduce the number of dependencies that need to be installed.
* Quote the extra for best practice to ensure compatibility across shells.
To make the PR process much smoother we also strongly recommend that you setup the Git pre-commit hook for [Black](https://github.com/psf/black) by running
0 commit comments