Auto-update pre-commit hooks (#360)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 10 Jun 2022 21:30:03 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 21:30:03 +0000 (23:30 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 416deacdb5818ffbb910cdfdafe5bcedfdfac3fc..88b7fb0eabcf6270e804917040a65c3fe66e4ced 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.2.0
+    rev: v4.3.0
     hooks:
       - id: check-yaml
       - id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
       - id: isort
         exclude: ^examples/
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.960
+    rev: v0.961
     hooks:
       - id: mypy
         additional_dependencies: [types-all]