Auto-update pre-commit hooks (#428)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 21 Jul 2022 14:03:50 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2022 14:03:50 +0000 (16:03 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 4aaf0ed8c0fdb6d721bb6f302e44ebbc052df8c9..ee909a4400736f39e9eaedba32d6d68acd2e1a95 100644 (file)
@@ -26,7 +26,7 @@ repos:
       - id: isort
         exclude: ^examples/
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.961
+    rev: v0.971
     hooks:
       - id: mypy
         additional_dependencies: [types-all]