Skip to content

Commit

Permalink
Fix type dependencies of mypy invocation (#2411)
Browse files Browse the repository at this point in the history
Commit history before merge:

* Fix type dependencies of mypy invocation
* Consistent version upper bound
  • Loading branch information
hukkin authored and ichard26 committed Aug 7, 2021
1 parent 990278a commit e4323e1
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 142 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -25,9 +25,10 @@ repos:
exclude: ^docs/conf.py
additional_dependencies:
- types-dataclasses >= 0.1.3
- types-toml >= 0.1.1
- tomli >= 0.2.6, < 2.0.0
- types-typed-ast >= 1.4.1
- click >= 8.0.0
- platformdirs >= 2.1.0

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.1
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Expand Up @@ -11,7 +11,6 @@ flake8 = "*"
flake8-bugbear = "*"
mypy = ">=0.812"
types-dataclasses = ">=0.1.3"
types-toml = ">=0.1.1"
types-typed-ast = ">=1.4.1"
pre-commit = "*"
readme_renderer = "*"
Expand Down

0 comments on commit e4323e1

Please sign in to comment.