Skip to content

Commit ac2c4b7

Browse files
committed
Add dependency to proper group
1 parent 5bb460d commit ac2c4b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
pylint = "*"
1110

1211
[tool.poetry.group.test.dependencies]
1312
pytest = "*"
1413

1514
[tool.poetry.group.dev.dependencies]
1615
mypy = "*"
17-
ruff = "^0.3.1"
16+
ruff = "*"
17+
pylint = "*"
1818

1919
[tool.ruff]
2020
line-length = 100

0 commit comments

Comments
 (0)