From bb47ceec11cff25c575bc4f9026e1e5a53c3299a Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:06:53 +0100 Subject: [PATCH] Bin 'exclude' --- .pre-commit-config.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e824047d46e..c13deaa95e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,28 +19,9 @@ repos: args: [--fix=lf] - id: end-of-file-fixer name: "Ensure files end with a single newline" - exclude: | - (?x)^peps/pep-( - 02(30|47|65|72) - |03(42|74) - |04(00|04|05|09|10|16|45|51|68) - |0524 - |06(51|72|93|99) - |07(05|13|24) - |31(11|18|33|46) - ).*\.rst$ - id: trailing-whitespace name: "Remove trailing whitespace" args: ["--chars", " \t"] - exclude: | - (?x)^peps/pep-( - 0282 - |0484 - |05(17|44|63|82|86) - |06(11|15|16|17|25|26|36|37|39|43|45|46|52|53|57|60|62|69|79|81|91|92|94|95) - |07(03|06|22|25|27|28) - |3104 - ).*\.rst$ - id: file-contents-sorter name: "Sort codespell ignore list"