Skip to content

Commit 3ab0937

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (#4762)
1 parent 3f666e4 commit 3ab0937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
1212
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/amazon-sagemaker-examples/blob/default/CONTRIBUTING.md) doc and adhered to the guidelines regarding folder placement, notebook naming convention and example notebook best practices
1313
- [ ] I have updated the necessary documentation, including the README of the appropriate folder as well as the index.rst file
1414
- [ ] I have tested my notebook(s) and ensured it runs end-to-end
15-
- [ ] I have linted my notebook(s) and code using `black-nb -l 100 {path}/{notebook-name}.ipynb`
15+
- [ ] I have linted my notebook(s) and code using `python3 -m black -l 100 {path}/{notebook-name}.ipynb`
1616

1717
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)