diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2345f41cbff617fe45589f6e488ac9caaa2ffd73..95c9e8e21aec3be6b79d8e544e3735197736fb09 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,8 +26,8 @@ repos:
         language: system
         files: '.*\.cpp'
         stages: [commit, manual]
-  - repo: https://github.com/ambv/black
-    rev: 20.8b1
+  - repo: https://github.com/psf/black
+    rev: 22.3.0
     hooks:
       - id: black
         exclude: "ThirdParty|LinearMFront/generate_ref.py"