Merge pull request #3 from anthonywritescode/all-repos_autofix_pre-commit-autoupdate

Run pre-commit autoupdate
This commit is contained in:
Anthony Sottile 2019-03-21 21:02:30 -07:00 committed by GitHub
commit aabc02b0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ repos:
- id: reorder-python-imports - id: reorder-python-imports
args: [--py3-plus] args: [--py3-plus]
- repo: https://github.com/asottile/add-trailing-comma - repo: https://github.com/asottile/add-trailing-comma
rev: v0.8.0 rev: v1.0.0
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
args: [--py36-plus] args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.670 rev: v0.670-1
hooks: hooks:
- id: mypy - id: mypy