From 9e101c7d56b27b6c580e6941f22a016364b87b63 Mon Sep 17 00:00:00 2001 From: Travis Downs Date: Tue, 17 Sep 2024 22:47:36 -0300 Subject: [PATCH] black wip 8 --- .github/workflows/python-lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-lint.yaml b/.github/workflows/python-lint.yaml index 4b21c155ba..cedc926876 100644 --- a/.github/workflows/python-lint.yaml +++ b/.github/workflows/python-lint.yaml @@ -13,4 +13,5 @@ jobs: version: "24.8.0" src: ./scripts # override options so that we can specify only specific files for now - options: "--check --diff --include=.*addr2line.*" + # --skip-string-normalization to reduce initial churn + options: "--check --diff --skip-string-normalization --include=.*addr2line.*"