Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@virtuozzo.com>2019-07-01 17:43:56 +0300
committerAndrei Vagin <avagin@gmail.com>2019-09-07 15:59:57 +0300
commit34dbf67b240f6fb97f576a81c96ea6ce46a8e288 (patch)
tree9f539ce191765e6c00d0ec95392b36e00542aef2 /Makefile
parent6b615ca15277fc14b52a09b4eb18314b7c6cbe75 (diff)
pyimages: Add pb2dict.py to checked and fix warnings/errors
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b49364fb..0140330e1 100644
--- a/Makefile
+++ b/Makefile
@@ -384,6 +384,7 @@ lint:
flake8 --config=scripts/flake8.cfg test/zdtm.py
flake8 --config=scripts/flake8.cfg test/inhfd/*.py
flake8 --config=scripts/flake8.cfg test/others/rpc/config_file.py
+ flake8 --config=scripts/flake8.cfg lib/py/images/pb2dict.py
include Makefile.install