From 3456ed2388aa1dbba2f7bda116c1751a63e4b6d1 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 14 Feb 2022 10:11:21 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a8f264..120fbf3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,4 +18,4 @@ filename = "backend/*" python_version = "3.8" ignore_missing_imports = true show_error_codes = true -exclude = "(migrations)|(config/settings.py)" +exclude = "(migrations)|(config/settings)"