summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0f7ccd..94cd586 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ polint:
poflake:
poetry run flake8 dns
+poruff:
+ poetry run ruff dns
+
pocov:
poetry run coverage run --branch -m pytest
poetry run coverage html --include 'dns/*'