From 7901446b4edf7a2b82d64c0d801496b885d43129 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 7 Apr 2021 13:41:12 -0400 Subject: [PATCH] ci: expand flake8 checks from `monkey/` to whole repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ea44a971..65d0e1766 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ install: script: # Check Python code ## Check syntax errors and fail the build if any are found. -- flake8 ./monkey +- flake8 . ## Check import order - python -m isort ./monkey --check-only