Auto-update pre-commit hooks (#343)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 27 May 2022 22:40:02 +0000 (00:40 +0200)
committerGitHub <noreply@github.com>
Fri, 27 May 2022 22:40:02 +0000 (00:40 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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