From 13fd45e72e90a529191c7007c7c51ac7e61009b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Tue, 7 Apr 2026 17:14:47 +0200 Subject: [PATCH] [pyright] --- pyrightconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..4789528 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,4 @@ +{ + "exclude": ["fooder/alembic"], + "ignore": ["fooder/settings.py"] +}