fix: shorten User import comment and add auto-format step to CI
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/45434d6e-ae81-49d9-ba7e-0fd50f683ce4 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,11 @@ jobs:
|
||||
pip install black isort flake8 pylint
|
||||
cd backend && pip install -r requirements.txt
|
||||
|
||||
- name: Auto-format with Black and isort
|
||||
run: |
|
||||
black backend/app
|
||||
isort backend/app
|
||||
|
||||
- name: Black – format check
|
||||
run: black --check backend/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user