summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-04 06:44:06 -0700
committerBob Halley <halley@dnspython.org>2020-08-04 06:44:06 -0700
commit224dd115771dc0bc90e4fe1b9e5f824a400c6317 (patch)
treeac86051fc7976c7292ad1a6bca6f0ceae65b6310 /Makefile
parentacdc5416f5af2cb25118c873d72f06b46b858fbd (diff)
downloaddnspython-224dd115771dc0bc90e4fe1b9e5f824a400c6317.tar.gz
lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff51150..2e120ae 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ potype:
poetry run python -m mypy examples tests dns/*.py
polint:
- poetry run pylint dns/*.py
+ poetry run pylint dns
poflake:
poetry run flake8 dns