diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ea6980e8626a5c89b8dba34eebc6a09a4e813c81..37ced029ddbac727ffff3b9f7c9873097f1ab270 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,15 @@
+exclude: ^g1_monetary_license/
 repos:
+- repo: https://github.com/pre-commit/pre-commit-hooks
+  rev: v4.2.0
+  hooks:
+      - id: check-ast
+      - id: check-merge-conflict
+      - id: check-toml
+      - id: debug-statements
+      - id: end-of-file-fixer
+      - id: mixed-line-ending
+      - id: trailing-whitespace
 -   repo: https://github.com/psf/black
     rev: 22.1.0
     hooks: