Skip to content

Commit

Permalink
style: apply black
Browse files Browse the repository at this point in the history
Reviewed-by: andriacap
  • Loading branch information
andriacap committed Oct 25, 2024
1 parent 2228b8a commit e60c2ce
Show file tree
Hide file tree
Showing 17 changed files with 855 additions and 567 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install black==24.10.0
- name: Run Black
run: black --check ./backend
run: black --check --exclude "backend/custom_app.py" ./backend
Loading

0 comments on commit e60c2ce

Please sign in to comment.