diff --git a/pyproject.toml b/pyproject.toml index c07f240..e8abde6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.8" pytest = "^7.4.3" pytest-cov = "^4.1.0" coverage = {extras = ["toml"], version = "^7.3.2"} -flake8 = { version = "^6.1.0", python = "^3.8.1"} +flake8 = {version = "^6.1.0", python = "^3.8.1"} [build-system] requires = ["poetry-core"]