Auto-update pre-commit hooks (#467)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 27 Oct 2022 09:25:49 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 09:25:49 +0000 (11:25 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 81be369292b1a7dfebe8e59e6ccb5294524daa4c..15271257af56d9e5238a2cf2d95cbf7d1f5001c5 100644 (file)
@@ -6,7 +6,7 @@ repos:
       - id: end-of-file-fixer
       - id: trailing-whitespace
   - repo: https://github.com/psf/black
-    rev: 22.8.0
+    rev: 22.10.0
     hooks:
       - id: black
         args:
@@ -26,7 +26,7 @@ repos:
       - id: isort
         exclude: ^examples/
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.971
+    rev: v0.982
     hooks:
       - id: mypy
         additional_dependencies: [types-all]