diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index eee6314bcf261a4caea023f042cfd9f65507d65f..70d9b135beb2d84430428ea6114df77eb425b222 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,8 +1,9 @@
+repos:
 - repo: git://github.com/pre-commit/pre-commit-hooks
-  sha: v0.7.1
+  sha: v0.9.5
   hooks:
     - id: trailing-whitespace
     - id: end-of-file-fixer
     - id: check-merge-conflict
-    - id: check-added-large-files
+    #- id: check-added-large-files - disabled, bug in v0.9.5?
     - id: check-yaml