Update pre-commit hooks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-04-04 20:14:57 -07:00
parent 199e53fe71
commit de1032cdbb
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
@ -15,11 +15,11 @@ repos:
- id: name-tests-test
exclude: tests/(common.py|util.py|(helpers|integration/factories)/(.+).py)
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.930
rev: v0.942
hooks:
- id: mypy
exclude: docs/