diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f3506d38..1e1992017 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,10 @@ repos: hooks: - id: black language_version: python3.10 + exclude: '**/migrations/**' - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--filter-files"] + exclude: '**/migrations/**'