Skip to content

Commit

Permalink
chore: 217 - install formatters and do initial format (#277)
Browse files Browse the repository at this point in the history
* add formatters

* format python code with black

* format js code with prettier
  • Loading branch information
tim738745 authored Apr 10, 2024
1 parent 3215248 commit d7c8592
Show file tree
Hide file tree
Showing 131 changed files with 2,924 additions and 2,747 deletions.
2 changes: 1 addition & 1 deletion django/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class ApiConfig(AppConfig):
name = 'api'
name = "api"
2 changes: 1 addition & 1 deletion django/api/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.asgi import get_asgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'api.settings')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "api.settings")

application = get_asgi_application()
Loading

0 comments on commit d7c8592

Please sign in to comment.