From 46ed1b7525ebcd376a26d2c969d11757d74fc0cc Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Wed, 4 Mar 2026 11:38:38 -0500 Subject: [PATCH] Establish checkmake config with overriding maxBodyLength Checkmake v0.3.x set the body length limit to _5_, which is lower than some of the existing bodies. https://github.com/checkmake/checkmake/issues/187 proposes to make maxbodylength an info-level thing that doesn't fail checks, but it's not been agreed to or implemented yet. This will fix the pre-commit autoupdater, too, which failed last week and today: https://github.com/target/make-python-devex/actions/runs/22678115921/job/65740479824#step:4:116 --- checkmake.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 checkmake.ini diff --git a/checkmake.ini b/checkmake.ini new file mode 100644 index 0000000..cc18d86 --- /dev/null +++ b/checkmake.ini @@ -0,0 +1,2 @@ +[maxbodylength] +maxBodyLength = 10