summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:27:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:27:00 +0000
commit0fa39a9749fa522c03ac768ca70447de27000f72 (patch)
tree70934ea9eb4870ab5362707a51def322189ac167 /Makefile
parentAdding upstream version 1.3.2+dfsg. (diff)
downloadcvprac-upstream.tar.xz
cvprac-upstream.zip
Adding upstream version 1.4.0+dfsg.upstream/1.4.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c437d8..f981df1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,9 @@ coverage_report:
pep8:
-pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE) cvprac/
- -pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/
+ -pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/lib/
+ -pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/system/
+ -pep8 -r --ignore=$(PEP8_IGNORE),E402,E501 test/unit/
pyflakes:
pyflakes cvprac/ test/