From 4fbd5a0d7602d2cbb1bacd3f052676ded64174a0 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Wed, 2 Oct 2024 08:31:20 +0200 Subject: [PATCH] feat(update): lint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9dde3fc..5605f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,4 +57,5 @@ profile = "black" [tool.ruff] line-length = 100 target-version = "py311" +exclude = ["alembic"] ignore = ["E501"] \ No newline at end of file