Auto-update pre-commit hooks (#253)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sun, 10 Apr 2022 10:25:37 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 10:25:37 +0000 (12:25 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 0879b37f10831d66ebea225145c2cf5197cf71d1..84d4c11c6e9bfc70366c7471dffe9163bf460835 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.3.0
+    rev: v4.2.0
     hooks:
       - id: check-yaml
       - id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
           - --safe
           - --quiet
   - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.8.3
+    rev: 3.9.2
     hooks:
       - id: flake8
         exclude: ^examples/
@@ -21,7 +21,7 @@ repos:
           - flake8-docstrings==1.3.1
           - pydocstyle==4.0.0
   - repo: https://github.com/pre-commit/mirrors-isort
-    rev: v4.3.21
+    rev: v5.10.1
     hooks:
       - id: isort
         exclude: ^examples/