Skip to content

Commit c752739

Browse files
authored
fix: Change linting tools to dev-only dependency (#15)
1 parent 7a0eb0c commit c752739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ exclude = [
3030
python = ">=3.8,<4"
3131
launchdarkly-server-sdk = ">=9.4.0"
3232
chevron = "=0.14.0"
33-
pycodestyle = "^2.12.1"
34-
isort = "^5.13.2"
3533
dataclasses-json = "^0.6.7"
3634

3735

@@ -40,6 +38,8 @@ pytest = ">=2.8"
4038
pytest-cov = ">=2.4.0"
4139
pytest-mypy = "==0.10.3"
4240
mypy = "==1.13.0"
41+
pycodestyle = "^2.12.1"
42+
isort = "^5.13.2"
4343

4444

4545
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)