From 583eb90f07ea08cfd9c7bc8ad4bf6d5aa074f275 Mon Sep 17 00:00:00 2001 From: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:56:49 -0500 Subject: [PATCH] fix: CONTRIBUTING.md did not have nbfmt as final step --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef4011279..3ffa99d81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,8 +48,8 @@ then you will need to manually address them before submitting your PR. nbqa black "$notebook" nbqa pyupgrade "$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 +python3 -m tensorflow_docs.tools.nbfmt --remove_outputs "$notebook" ``` ## Code Reviews