OSDN Git Service

python: Add flake8 to pipenv
authorJohn Snow <jsnow@redhat.com>
Thu, 27 May 2021 21:17:04 +0000 (17:17 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 1 Jun 2021 20:21:21 +0000 (16:21 -0400)
commit6d17d910434568626c1c739b7d3d8433618b19eb
tree196676b56d1208191ef1f84b6bb47b9e3ca12fe9
parent21d0b8667981e386cdfec18ad7d3eb4d9a33b088
python: Add flake8 to pipenv

flake8 3.5.x does not support the --extend-ignore syntax used in the
.flake8 file to gracefully extend default ignores, so 3.6.x is our
minimum requirement. There is no known upper bound.

flake8 can be run from the python/ directory with no arguments.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-21-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/Pipfile
python/Pipfile.lock