summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2023-03-30 06:29:20 -0700
committerBob Halley <halley@dnspython.org>2023-03-30 06:29:20 -0700
commit301346cf567cfde62e8b9823a19271a88aebf342 (patch)
tree2238d88cb3983ef4cba1bd5a907ba6d53235bf69 /Makefile
parent842f0bbd85e39dae7eb396c788ad0ff77a1cf493 (diff)
downloaddnspython-301346cf567cfde62e8b9823a19271a88aebf342.tar.gz
run black
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66b4cff..e0f7ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -80,3 +80,6 @@ pokit:
findjunk:
find dns -type f | egrep -v '.*\.py' | egrep -v 'py\.typed'
+
+poblack:
+ poetry run black dns examples tests