From 75886cac4976ef712100e7dd1c4126d5c68f6aac Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Fri, 7 Oct 2022 01:44:13 +0000 Subject: [PATCH] add trailing-whitespace pre-commit hook --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 490ae2ab8..495b30111 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,3 +12,7 @@ hooks: - id: jupytext args: [--sync] +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: trailing-whitespace