qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] python: add make check-python target
@ 2020-07-14  1:30 John Snow
  2020-07-14  1:30 ` [PATCH 1/1] python: add " John Snow
  0 siblings, 1 reply; 4+ messages in thread
From: John Snow @ 2020-07-14  1:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, John Snow, berrange, ehabkost, crosa

Quick try at getting the code quality analysis tools into a makefile
target.

Based-on: 20200710052220.3306-1-jsnow@redhat.com
Based-on: 20200710050649.32434-1-jsnow@redhat.com

There are other python patches pulled since that cause new errors to
show up, so this definitely can't be enforced just yet.

John Snow (1):
  python: add check-python target

 Makefile                    |  1 +
 python/{qemu => }/.flake8   |  0
 python/Makefile.include     | 33 +++++++++++++++++++++++++++++++++
 python/{qemu => }/pylintrc  |  1 +
 python/requirements.cqa.txt |  3 +++
 5 files changed, 38 insertions(+)
 rename python/{qemu => }/.flake8 (100%)
 create mode 100644 python/Makefile.include
 rename python/{qemu => }/pylintrc (99%)
 create mode 100644 python/requirements.cqa.txt

-- 
2.21.3



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-14 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14  1:30 [PATCH 0/1] python: add make check-python target John Snow
2020-07-14  1:30 ` [PATCH 1/1] python: add " John Snow
2020-07-14  4:30   ` Cleber Rosa
2020-07-14 18:36     ` John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).