Skip to content

Commit fefb9f2

Browse files
MikaelSmithImpala Public Jenkins
authored andcommitted
IMPALA-11398: Update flake8 in Gerrit review (part 2)
Updates the flake8 version used in critique-gerrit-review.py to 3.9.2 so it recognizes the indent-size property. Change-Id: Iae62749117ce1bf3d895b4ee4d024ffa8126ce04 Reviewed-on: http://gerrit.cloudera.org:8080/18685 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
1 parent ffd226c commit fefb9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/jenkins/critique-gerrit-review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import sys
4848
import virtualenv
4949

50-
FLAKE8_VERSION = "3.5.0"
50+
FLAKE8_VERSION = "3.9.2"
5151
FLAKE8_DIFF_VERSION = "0.2.2"
5252

5353
VENV_PATH = "gerrit_critic_venv"

0 commit comments

Comments
 (0)