From b22b47e876a60a9c501cf540a3f3fe02482095e5 Mon Sep 17 00:00:00 2001 From: Ted Fulk <tfulk@getspiffy.com> Date: Thu, 9 Nov 2023 15:15:25 -0500 Subject: [PATCH] added flake8 dependencies with poetry --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e1c869..1921a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ pydantic = "^2.4.2" typer = {extras = ["all"], version = "^0.9.0"} pytest-mock = "^3.12.0" pytest-cov = "^4.1.0" +flake8-unused-arguments = "0.0.6"