From 5eac2d9f577850e3b00d28be5a899820945af26a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 25 Jan 2024 15:31:41 +0100 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 747fa4b..eed410e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,13 @@ aiohttp = { version = "^3.9.1", optional = true } black = "^23.12.1" mashumaro = "^3.11" python = "^3.9" -ruff = "^0.1.9" [tool.poetry.extras] aiohttp = ["aiohttp"] [tool.poetry.dev-dependencies] flake8 = "^6.1.0" +ruff = "^0.1.9" isort = "^5.13.2" mypy = "^1.8.0" pytest = "^7.4.3" From 6f7c1ae3e16352f474405f09f8cadeab674c26a3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 25 Jan 2024 15:47:45 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eed410e..9708167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ readme = "README.md" [tool.poetry.dependencies] aiohttp = { version = "^3.9.1", optional = true } -black = "^23.12.1" mashumaro = "^3.11" python = "^3.9" @@ -16,6 +15,7 @@ python = "^3.9" aiohttp = ["aiohttp"] [tool.poetry.dev-dependencies] +black = "^23.12.1" flake8 = "^6.1.0" ruff = "^0.1.9" isort = "^5.13.2"