From 87e13af1c85c037079ad5e286975fb5be32d821c Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 14 Sep 2021 01:22:21 -0400 Subject: apply flake8 fixes for unused imports and missing imports --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 61876015f..569b26b0a 100644 --- a/.flake8 +++ b/.flake8 @@ -28,4 +28,6 @@ ignore = W504, # A003: builtin class attribute A003 +per-file-ignores = + mesonbuild/mesonlib/__init__.py:F401 max-line-length = 120 -- cgit v1.2.3