Skip to content

Commit

Permalink
fix: sort dev dependencies and update mypy (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwcrft authored Apr 26, 2023
1 parent 1687054 commit b6811ab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
57 changes: 30 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pydantic = "^1.9.0"
psutil = "^5.9.0"
py4j = "^0.10.9"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.1"
pytest-asyncio = "^0.18.3"
asynctest = "^0.13.0"
Expand All @@ -30,9 +30,7 @@ flake8 = "^4.0.1"
pytest-cov = "^3.0.0"
aiofile = "^3.7.4"
toml = "0.10.2"

[tool.poetry.group.dev.dependencies]
mypy = "^0.982"
mypy = "1.2.0"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit b6811ab

Please sign in to comment.