pre-commit: autoupdate hooks (#446)

Update pre-commit hook versions

Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
This commit is contained in:
Adeeb Shihadeh
2023-05-16 11:49:47 -07:00
committed by GitHub
parent e0cf7e09ae
commit 88a586e671

View File

@@ -5,7 +5,7 @@ repos:
- id: check-ast
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
- repo: https://github.com/PyCQA/flake8