diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fc455b9d64..df44926c9ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: exclude: .patch - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black @@ -39,7 +39,7 @@ repos: files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.2.0 hooks: - id: mypy exclude: tests/data