diff options
Diffstat (limited to 'python/setup.cfg')
| -rw-r--r-- | python/setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index 36b4253e93..52a89a0a29 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -22,6 +22,9 @@ packages = qemu.machine qemu.utils +[flake8] +extend-ignore = E722 # Prefer pylint's bare-except checks to flake8's + [pylint.messages control] # Disable the message, report, category or checker with the given id(s). You # can either give multiple identifiers separated by comma (,) or put this |