fix: CONTRIBUTING.md did not have nbfmt as final step

This commit is contained in:
Karl Weinmeister
2022-06-20 13:56:49 -05:00
committed by GitHub
parent c3a9249c0c
commit 583eb90f07
+1 -1
View File
@@ -48,8 +48,8 @@ then you will need to manually address them before submitting your PR.
nbqa black "$notebook" nbqa black "$notebook"
nbqa pyupgrade "$notebook" nbqa pyupgrade "$notebook"
nbqa isort "$notebook" nbqa isort "$notebook"
python3 -m tensorflow_docs.tools.nbfmt --remove_outputs "$notebook"
nbqa flake8 "$notebook" --extend-ignore=W391,E501,F821,E402,F404,W503,E203,E722,W293,W291 nbqa flake8 "$notebook" --extend-ignore=W391,E501,F821,E402,F404,W503,E203,E722,W293,W291
python3 -m tensorflow_docs.tools.nbfmt --remove_outputs "$notebook"
``` ```
## Code Reviews ## Code Reviews