From 521c92117234b8a9ee7a5a2fd147fb2aef81d63d Mon Sep 17 00:00:00 2001 From: penguintamer <159223587+penguintamer@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:26:12 -0800 Subject: [PATCH] add missing devdeps in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2f67da4..6b65cfc 100644 --- a/Makefile +++ b/Makefile @@ -59,12 +59,15 @@ devdeps: build \ coverage \ coverage[toml] \ + docformatter \ flake8 \ + flit \ mypy \ pip \ pycodestyle \ pydocstyle \ pylint \ + pyserial \ ruff \ setuptools \ sphinx \