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
V4 insitute code formatting standard using Black (plotly#1626)
- Formats the codebase using Black (https://black.readthedocs.io/en/stable/)
- Updates codegen logic to use black instead of yapf for code formatting
- Adds a pre-commit hook specification for running black prior to commit
- Adds instructions to contributing.md for setting up pre-commit.
- Adds a circleci test case to check that formatting is valid
0 commit comments