Skip to content

Commit f2b7c92

Browse files
committed
chore: exclude icon typo check
1 parent 4610be9 commit f2b7c92

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.typos.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[files]
22
extend-exclude = [
33
'apps/setting/models_provider/impl/*/icon/*'
4-
]
4+
]

config_example.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ DB_ENGINE: django.db.backends.postgresql_psycopg2
99
DEBUG: false
1010

1111
TIME_ZONE: Asia/Shanghai
12+

main.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ def dev():
120120
collect_static()
121121
perform_db_migrate()
122122
start_services()
123+

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)