pre-commit: Autoupdate (#1109)

Co-authored-by: pre-commit <pre-commit@tools.invalid>
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3e78dd6..3248079 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@
 
 repos:
   - repo: https://github.com/pycqa/isort
-    rev: 5.11.5
+    rev: 5.12.0
     hooks:
       - id: isort
         name: isort (python)
@@ -20,7 +20,7 @@
     hooks:
       - id: flake8
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.2.0
+    rev: v4.4.0
     hooks:
       - id: trailing-whitespace
       - id: check-docstring-first