aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index dceae29..d94bd5e 100644
--- a/.flake8
+++ b/.flake8
@@ -29,5 +29,5 @@ extend-ignore =
# A003: builtin class attribute
A003
per-file-ignores =
- mesonbuild/mesonlib/__init__.py:F401
+ mesonbuild/mesonlib/__init__.py:F401,F403
max-line-length = 120