From 57cb42861d37eec074a729f33d1c5aa90be86b3f Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Thu, 30 Mar 2023 05:06:01 +0000 Subject: run_tests: Check flake8 This also gets enforced in CQ. Bug: b/267675342 Change-Id: I8ffcc5d583275072fd61ae65ae4214b36bfa59f3 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/366799 Tested-by: Gavin Mak Reviewed-by: Mike Frysinger Commit-Queue: Gavin Mak --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2575a713..ccf2ffff 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ python = [testenv] deps = black + flake8 pytest pytest-timeout commands = {envpython} run_tests {posargs} -- cgit v1.2.3-54-g00ecf