chore(makefile): remove unused targets for formatting and type checking, move to pre-commit
Simplifies the Makefile by removing redundant `format`, `check`, and `typecheck` targets. Streamlines build and maintenance process.
This commit is contained in:
parent
20473818a9
commit
30171dfbc9
1 changed files with 0 additions and 14 deletions
14
Makefile
14
Makefile
|
|
@ -106,17 +106,3 @@ migrate: clear
|
||||||
@$(call RUN_SCRIPT,migrate)
|
@$(call RUN_SCRIPT,migrate)
|
||||||
|
|
||||||
migration: clear make-migrations migrate
|
migration: clear make-migrations migrate
|
||||||
|
|
||||||
format: clear
|
|
||||||
@ruff format
|
|
||||||
|
|
||||||
check: clear
|
|
||||||
@ruff check
|
|
||||||
|
|
||||||
typecheck: clear
|
|
||||||
@ty check
|
|
||||||
|
|
||||||
precommit: clear
|
|
||||||
@ruff format
|
|
||||||
@ruff check
|
|
||||||
@ty check
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue