diff --git a/.config/git/skel/.pre-commit-config.yaml b/.config/git/skel/.pre-commit-config.yaml
index 0b73f2d6f24b286d749350107e7d90520013dee7..6dad97fae569c43f674c75968defeed8231d86ab 100644
--- a/.config/git/skel/.pre-commit-config.yaml
+++ b/.config/git/skel/.pre-commit-config.yaml
@@ -171,6 +171,11 @@ repos:
     hooks:
       - id: pyupgrade
 
+  - repo: https://github.com/hadialqattan/pycln.git
+    rev: v1.3.2
+    hooks:
+      - id: pycln
+
   - repo: https://github.com/pycqa/pydocstyle.git
     rev: 6.1.1
     hooks: