Skip to content

Commit

Permalink
update(project): reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
CapooL committed Mar 14, 2024
1 parent b7cd08c commit 9cfbeee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
Expand Down
4 changes: 2 additions & 2 deletions hinghwa-dict-backend/HinghwaDict/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] : "
"[%(filename)s:%(lineno)d] [%(module)s:%(funcName)s] "
"- %(message)s"
"[%(filename)s:%(lineno)d] [%(module)s:%(funcName)s] "
"- %(message)s"
},
"simple": {"format": "%(levelname)s %(module)s %(lineno)d %(message)s"},
"verbose": {
Expand Down

0 comments on commit 9cfbeee

Please sign in to comment.