Skip to content

Commit b3dd96d

Browse files
authored
doc: add note to CONTRIBUTING to clarify automated formatting (#1009)
1 parent e9fd745 commit b3dd96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ If you are writing or modifying a test that creates a SageMaker job (training, t
106106
1. Guard against future breaking changes to lower the maintenance cost.
107107
1. Please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
108108
1. Run all the unit tests as per [Running the Unit Tests](#running-the-unit-tests), and verify that all checks and tests pass.
109+
1. Note that this also runs tools that may be necessary for the automated build to pass (ex: code reformatting by 'black').
109110

110111

111112
### Committing Your Change

0 commit comments

Comments
 (0)