From 9a4ef9b37da43372f6760dd62f8e24cf9b65176a Mon Sep 17 00:00:00 2001 From: Fast Code <95887682+FastCodeProfile@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:33:51 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 788e31e..e7a0d90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,4 +49,4 @@ repos: - id: mypy additional_dependencies: - types-redis==4.6.0 - exclude: 'alembic' + exclude: 'migrations'