From a0b1e55373bddf4aeef5f724065e58957ddaacc3 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 26 Sep 2024 15:54:18 +1000 Subject: [PATCH] Set black line-length to 120 --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6bb264b..88488353 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,8 @@ repos: args: - --safe - --quiet + - --line-length + - "120" # same as pylint below language_version: python3 require_serial: true