summaryrefslogtreecommitdiffstats
path: root/python/qemu
diff options
context:
space:
mode:
authorJohn Snow2021-05-27 23:17:02 +0200
committerJohn Snow2021-06-01 22:21:21 +0200
commit81f8c4467c1899ef1ba984c70c328ac0c32af10c (patch)
treebebb78a53f3fb471cb4adb2debf600fe3feabb0d /python/qemu
parentpython: add pylint to pipenv (diff)
downloadqemu-81f8c4467c1899ef1ba984c70c328ac0c32af10c.tar.gz
qemu-81f8c4467c1899ef1ba984c70c328ac0c32af10c.tar.xz
qemu-81f8c4467c1899ef1ba984c70c328ac0c32af10c.zip
python: move flake8 config to setup.cfg
Update the comment concerning the flake8 exception to match commit 42c0dd12, whose commit message stated: A note on the flake8 exception: flake8 will warn on *any* bare except, but pylint's is context-aware and will suppress the warning if you re-raise the exception. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Cleber Rosa <crosa@redhat.com> Message-id: 20210527211715.394144-19-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu')
-rw-r--r--python/qemu/machine/.flake82
1 files changed, 0 insertions, 2 deletions
diff --git a/python/qemu/machine/.flake8 b/python/qemu/machine/.flake8
deleted file mode 100644
index 45d8146f3f..0000000000
--- a/python/qemu/machine/.flake8
+++ /dev/null
@@ -1,2 +0,0 @@
-[flake8]
-extend-ignore = E722 # Pylint handles this, but smarter. \ No newline at end of file