From aef6152e95ac942eb7bfa4aed9e0bc8c9a842a11 Mon Sep 17 00:00:00 2001 From: "madjid.asa" Date: Tue, 16 Jul 2024 10:28:25 +0200 Subject: [PATCH] fix flake 8 error for migration --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7c8d931b..598bb99ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,3 +14,4 @@ repos: - id: flake8 args: ["--max-line-length=119"] # strange behavior, have to duplicate arg here to be taken into account language_version: python3 + exclude: migrations/