Skip to content

Commit

Permalink
python: move flake8 config to setup.cfg
Browse files Browse the repository at this point in the history
Update the comment concerning the flake8 exception to match commit
42c0dd1, 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>
  • Loading branch information
jnsnow committed May 27, 2021
1 parent add08a1 commit a28ac2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/qemu/machine/.flake8

This file was deleted.

3 changes: 3 additions & 0 deletions python/setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit a28ac2b

Please sign in to comment.