]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Pylint: examples: enable pylint for examples/*.py
authorMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 20:39:44 +0000 (22:39 +0200)
committerMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 20:39:44 +0000 (22:39 +0200)
Makefile

index ec4996fba8281ccfe1b53327a4aa537372196440..b4f48770b295b3a64a7e5bd0660b63b381fe8d1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,4 +61,4 @@ test:
        cd tests; make PYTHON=${PYTHON} test
 
 lint:
-       pylint dns tests
+       pylint dns tests examples/*.py