diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:27:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:27:00 +0000 |
commit | 0fa39a9749fa522c03ac768ca70447de27000f72 (patch) | |
tree | 70934ea9eb4870ab5362707a51def322189ac167 /Makefile | |
parent | Adding upstream version 1.3.2+dfsg. (diff) | |
download | cvprac-upstream/1.4.0+dfsg.tar.xz cvprac-upstream/1.4.0+dfsg.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 '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/ |