Skip to content

Commit

Permalink
Bump mypy from 1.0.0 to 1.0.1 (#2035)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and DanielNoord committed Feb 23, 2023
1 parent d02d87d commit 6f74553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.0.1
hooks:
- id: mypy
name: mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ isort==5.12.0;python_version>='3.8'
flake8==6.0.0;python_version>='3.8'
flake8-typing-imports==1.14.0;python_version>='3.8'
flake8-bugbear==23.1.20;python_version>='3.8'
mypy==1.0.0
mypy==1.0.1
pre-commit~=2.21

0 comments on commit 6f74553

Please sign in to comment.