mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
Run black at end of just fix
To ensure any changes made by ruff --fix are reformatted.
This commit is contained in:
parent
ccda1eec73
commit
282b3af45d
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -29,5 +29,6 @@
|
|||
pipenv run black .
|
||||
|
||||
# Run automatic fixes
|
||||
@fix: cog black
|
||||
@fix: cog
|
||||
pipenv run ruff . --fix
|
||||
pipenv run black .
|
||||
|
|
|
|||
Loading…
Reference in a new issue