pre-commit: autoupdate hooks (#490)

Update pre-commit hook versions

Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
This commit is contained in:
Adeeb Shihadeh
2023-06-29 11:10:51 -07:00
committed by GitHub
parent f86de2b1a3
commit e557427630

View File

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