From e53e345e7c6301e8c13f9e9873beab39f9289f2d Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 29 Jan 2024 08:52:06 +0100 Subject: [PATCH] Fix spacing around operators --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70206b8d3..adca33c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,16 +34,16 @@ dependencies = [ [project.optional-dependencies] dev = [ "build ~= 1.0.3", - "filelock ~=3.13.1", - "mypy ~=1.8.0", + "filelock ~= 3.13.1", + "mypy ~= 1.8.0", "pre-commit ~= 3.4.0", "pydoc-markdown ~= 4.8.2", - "pytest ~=8.0.0", - "pytest-asyncio ~=0.23.4", + "pytest ~= 8.0.0", + "pytest-asyncio ~= 0.23.4", "pytest-cov ~= 4.1.0", "pytest-only ~= 2.0.0", "pytest-timeout ~= 2.2.0", - "pytest-xdist ~=3.5.0", + "pytest-xdist ~= 3.5.0", "respx ~= 0.20.1", "ruff ~= 0.1.13", "twine ~= 4.0.2",