Skip to content

Commit

Permalink
Fix spacing around operators
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Jan 29, 2024
1 parent d3bc9f0 commit e53e345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e53e345

Please sign in to comment.