pyproject.toml: add fixit to dev dependencies

This commit is contained in:
Alan Orth 2023-12-09 12:27:47 +03:00
parent 53b58d4116
commit 780f2c1723
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

View File

@ -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"