From b202b5729da6f643fc8d3442dc8a4b4841adcd0b Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 27 Jul 2020 17:20:37 -0700 Subject: [PATCH] Ignore import but unused in maqpi init --- .flake8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 46d4260..ee5a677 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,9 @@ [flake8] select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W ignore = E203,W503,ANN101,ANN102,S322 -per-file-ignores = src/replit/__init__.py:F401 +per-file-ignores = + src/replit/__init__.py:F401 + src/replit/maqpi/__init__.py:F401 max-line-length = 88 application-import-names = vidgen,tests import-order-style = google