From 3f8b01f2a41e5e7ce1ebf832924e41fda7c355fb Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 14 Nov 2024 10:56:34 -0500 Subject: [PATCH] fix: Change linting tools to dev-only dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b10ab12..52baa78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,6 @@ exclude = [ python = ">=3.8,<4" launchdarkly-server-sdk = ">=9.4.0" chevron = "=0.14.0" -pycodestyle = "^2.12.1" -isort = "^5.13.2" dataclasses-json = "^0.6.7" @@ -40,6 +38,8 @@ pytest = ">=2.8" pytest-cov = ">=2.4.0" pytest-mypy = "==0.10.3" mypy = "==1.13.0" +pycodestyle = "^2.12.1" +isort = "^5.13.2" [tool.poetry.group.docs]