Skip to content

Commit

Permalink
Renovate: pre-commit/mirrors-mypy to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 0848dec commit 126ff45
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 @@ -14,7 +14,7 @@ repos:
- id: toml-sort-fix
exclude: "{{cookiecutter.project_slug}}/pyproject.toml"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
args: [--config-file, pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
additional_dependencies: [numpy, pydantic]
Expand Down

0 comments on commit 126ff45

Please sign in to comment.