aboutsummaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-09-14 01:22:21 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-09-14 15:55:07 -0400
commit87e13af1c85c037079ad5e286975fb5be32d821c (patch)
treea8c69a73f9f9da20f04da39e70510fb5c84b3407 /.flake8
parent6cc1b8441c0cf7428e52bdf1cd541ea830a4eb83 (diff)
downloadmeson-87e13af1c85c037079ad5e286975fb5be32d821c.zip
meson-87e13af1c85c037079ad5e286975fb5be32d821c.tar.gz
meson-87e13af1c85c037079ad5e286975fb5be32d821c.tar.bz2
apply flake8 fixes for unused imports and missing imports
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index 6187601..569b26b 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