diff --git a/pyproject.toml b/pyproject.toml index 5b96ec5..82346d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,3 +20,8 @@ packages = [{include = "unisync", from = "src"}] [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api" + +[dependency-groups] +dev = [ + "pylint (>=4.0.4,<5.0.0)" +]