fix Makefile dev entries
This commit is contained in:
parent
f86fae86ef
commit
7030b95dc5
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
format:
|
||||
@black mumui/*.py deployment/*.py
|
||||
@./venv/bin/black mumui/*.py deployment/*.py
|
||||
|
||||
lint:
|
||||
@ruff .
|
||||
@./venv/bin/ruff .
|
||||
|
||||
dev:
|
||||
rm -rf venv
|
||||
|
||||
@ -8,4 +8,3 @@ class DeploymentAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
admin.site.register(Deployment, DeploymentAdmin)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user