summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-04 12:21:27 -0700
committerBob Halley <halley@dnspython.org>2020-05-04 12:21:27 -0700
commit63aac5fdb04110c74ab85ad9cf52a825fa0b1323 (patch)
tree07f6121f121a81fc42ecd915271c3840efec05cb /Makefile
parente32403119562d59d30ae5054a31da777d528cb2d (diff)
downloaddnspython-63aac5fdb04110c74ab85ad9cf52a825fa0b1323.tar.gz
start flake8 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b013f69..8177b15 100644
--- a/Makefile
+++ b/Makefile
@@ -76,3 +76,6 @@ potest:
potype:
poetry run python -m mypy examples tests dns/*.py
+
+poflake:
+ poetry run flake8 dns