mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-30 18:04:45 +00:00
just fix command
This commit is contained in:
parent
52add96ec1
commit
e485eadf14
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -27,3 +27,7 @@
|
|||
# Apply Black
|
||||
@black:
|
||||
pipenv run black .
|
||||
|
||||
# Run automatic fixes
|
||||
@fix: cog black
|
||||
pipenv run ruff . --fix
|
||||
|
|
|
|||
Loading…
Reference in a new issue