Auto-update pre-commit hooks (#272)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 29 Apr 2022 14:25:05 +0000 (16:25 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Apr 2022 14:25:05 +0000 (16:25 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 54e13e7b91d781adf3a1eece34e0cc4f3fbc41c6..3bf2c03366433c2d1b4e38296db6d5b1d147e38f 100644 (file)
@@ -26,7 +26,7 @@ repos:
       - id: isort
         exclude: ^examples/
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.942
+    rev: v0.950
     hooks:
       - id: mypy
         additional_dependencies: [types-all]