From fe3a9002154a31c4fe4e02df357de4f4179aa8c1 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:45:23 +0100 Subject: [PATCH] Exclude migrations from flake8 checks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0ca91f..4e70fd3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,7 @@ repos: rev: 4.0.1 hooks: - id: flake8 + exclude: ^core/migrations - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.18.0 hooks: