Skip to content

Commit

Permalink
Add versions to mypy hook's additional dependencies (#321)
Browse files Browse the repository at this point in the history
* Add versions to mypy hook's additional dependencies

* Update mypy pre-commit versions to match newest versions

Co-authored-by: Darren Burns <darrenb900@gmail.com>
  • Loading branch information
mcous and darrenburns committed Apr 11, 2022
1 parent 07ba8d2 commit d919768
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ repos:
# Install type data of third-party dependencies
additional_dependencies:
- types-pkg_resources
- rich
- click
- tomli
- rich>=12.0.0,<13
- click>=7.0.0,<9
- tomli>=1.0.0,<3
16 changes: 8 additions & 8 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ include = ["ward/py.typed"]

[tool.poetry.dependencies]
python = "^3.7.8"
dataclasses = { version = ">=0.7,<0.9", python = "3.6" }
click = ">=7,<9"
rich = "^12.2.0"
tomli = ">=1.0.0,<3.0.0"
Expand Down

0 comments on commit d919768

Please sign in to comment.