Started tests for skeleton module
This commit is contained in:
parent
62252d51a4
commit
ad31d9a979
5 changed files with 116 additions and 82 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ venv: $(VENV)/bin/activate
|
|||
|
||||
# Format the codebase using Black
|
||||
format: venv
|
||||
@ '$(VENV)/bin/black' setup.py app/*.py app/**/*.py
|
||||
@ '$(VENV)/bin/black' setup.py app
|
||||
.PHONY: format
|
||||
|
||||
# Remove any temporary files
|
||||
|
|
|
|||
Reference in a new issue