From f2b7c9229b622a4e13fbd502c13ac975c75bf388 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 23 Jan 2025 11:04:11 +0800 Subject: [PATCH] chore: exclude icon typo check --- .typos.toml | 2 +- config_example.yml | 1 + main.py | 1 + package-lock.json | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index 08f67e5e8..3c485ffe7 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,4 +1,4 @@ [files] extend-exclude = [ 'apps/setting/models_provider/impl/*/icon/*' -] \ No newline at end of file +] diff --git a/config_example.yml b/config_example.yml index e262de190..824de3aa4 100644 --- a/config_example.yml +++ b/config_example.yml @@ -9,3 +9,4 @@ DB_ENGINE: django.db.backends.postgresql_psycopg2 DEBUG: false TIME_ZONE: Asia/Shanghai + diff --git a/main.py b/main.py index a8bd74af4..5c6413ee4 100644 --- a/main.py +++ b/main.py @@ -120,3 +120,4 @@ if __name__ == '__main__': collect_static() perform_db_migrate() start_services() + diff --git a/package-lock.json b/package-lock.json index d70a5c3b4..b9a9b8c63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,3 +4,4 @@ "requires": true, "packages": {} } +