Browse Source

[pre-commit.ci] pre-commit autoupdate (#3609)

updates:
- [github.com/pre-commit/mirrors-mypy: v0.930 → v0.931](https://github.com/pre-commit/mirrors-mypy/compare/v0.930...v0.931)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/2333/merge
pre-commit-ci[bot] 4 years ago committed by GitHub
parent
commit
b66328b043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .pre-commit-config.yaml

2
.pre-commit-config.yaml

@ -104,7 +104,7 @@ repos: @@ -104,7 +104,7 @@ repos:
# Check static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.930
rev: v0.931
hooks:
- id: mypy
# Running per-file misbehaves a bit, so just run on all files, it's fast

Loading…
Cancel
Save