From 25ba7bee7c1e7812bf281d32c4d43365119ef0f2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 11 May 2021 09:25:06 +0300 Subject: [PATCH] Ignore trailing whitespace in the ASpell dictionary. It's managed by ASpell and the whitespace keeps coming back. --- .aspell.en.pws | 2 +- .pre-commit-config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index 26fc775..87b9618 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 165 +personal_ws-1.1 en 165 cfg runtime Nginx diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bac31d3..b9fe695 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: - id: check-toml files: Pipfile - id: trailing-whitespace + exclude: \.aspell\.en\.pws - repo: https://github.com/adrienverge/yamllint rev: v1.26.1 -- GitLab