Add black and flake8

This commit is contained in:
erinhmclark
2025-03-10 13:15:11 +00:00
parent ce46a8a7ac
commit f4f2424eb5
2 changed files with 125 additions and 5 deletions

View File

@@ -64,6 +64,8 @@ pytest = "^8.3.4"
autopep8 = "^2.3.1"
pytest-loguru = "^0.4.0"
pytest-mock = "^3.14.0"
flake8 = "^7.1.2"
black = "^25.1.0"
[tool.poetry.group.docs.dependencies]
sphinx = "^8.1.3"