From 780f2c1723060acdfbd0b6b958b84b52da9f8d57 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 9 Dec 2023 12:27:47 +0300 Subject: [PATCH] pyproject.toml: add fixit to dev dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 27a2e01..9afa49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,9 @@ pytest = "^7.0.0" black = "^23.0.0" isort = "^5.9.1" +[tool.poetry.group.dev.dependencies] +fixit = "^2.1.0" + [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"