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