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