From 9b1d971af41e1aa057cafce5d79fbb07d38c5161 Mon Sep 17 00:00:00 2001 From: jbirddog <100367399+jbirddog@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:28:03 -0400 Subject: [PATCH] Fix warning during pre-commit (#1231) --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc70c9f6..cb761145 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,11 @@ repos: hooks: - id: black name: black - # entry: bash -c 'cd spiffworkflow-backend && black' entry: black language: system files: ^spiffworkflow-backend/ types: [python] - line-length: 130 require_serial: true - # exclude: ^migrations/ exclude: "/migrations/" # --preview because otherwise it will not fix long lines if the long lines contain long strings