From 62d387b12a9167f32d369dce0467f08d49dee08a Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 21 Nov 2022 14:02:16 -0800 Subject: [PATCH] [git] update python requirements to include the formatter --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 702f24fa3..877cce2e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,8 @@ envyaml==1.0.201125 humanize==3.1.0 -coloredlogs==9.1 \ No newline at end of file +coloredlogs==9.1 + +# Python linter and formatter +click==8.0.2 # Our version of black needs an older version of click (https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click) +black==20.8b1 +pylint==2.7.4