summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-05-30 12:22:54 -0700
committerBob Halley <halley@dnspython.org>2017-05-30 12:22:54 -0700
commit587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5 (patch)
tree09cb687973dbc0234a1211f0694e4f6b84bf0462 /Makefile
parentebc3b75248d86cc5dca79833aabd5062d2292417 (diff)
downloaddnspython-587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5.tar.gz
Fix more latest pylint warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 845abd3..ca37045 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
+# Copyright (C) 2003-2017 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
@@ -67,3 +67,6 @@ test3:
lint:
pylint dns tests examples/*.py
+
+lint3:
+ pylint3 dns tests examples/*.py