Skip to content

Commit

Permalink
chore(deps): update mypy (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 28, 2022
1 parent 0d5d490 commit 1534f5c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.942
hooks:
- id: mypy
additional_dependencies:
Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Unidecode = ">=0.04.1"
black = "==22.1.0"
isort = "==5.10.1"
flake8 = "==4.0.1"
mypy = "==0.941"
mypy = "==0.942"
pytest = "==7.1.1"
pytest-black = "==0.3.12"
pytest-cov = "==3.0.0"
Expand Down

0 comments on commit 1534f5c

Please sign in to comment.