flake8: squelch warnings for star imports even harder

mesonbuild.mesonlib is gathering its submodules into one module. We
suppressed one warning for it, but another one cropped up instead.
pull/10011/head
Eli Schwartz 3 years ago
parent 0b431a6b4a
commit 996d471f5f
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      .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

Loading…
Cancel
Save