mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update lint step
This commit is contained in:
parent
cae8e1c411
commit
2596ab7fc8
3 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,8 @@ steps:
|
|||
commands:
|
||||
- uv sync --frozen
|
||||
- export PATH=".venv/bin:$PATH"
|
||||
- ruff check src/. --no-fix --diff --show-files --verbose
|
||||
- ruff check src/. --no-fix --diff
|
||||
- isort --check --diff src/.
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue