This commit is contained in:
hay-kot 2021-04-30 11:54:44 -08:00
commit d1b596d0cd
2 changed files with 4 additions and 5 deletions

View file

@ -43,13 +43,11 @@ test: ## run tests quickly with the default Python
format:
poetry run black .
format-test:
poetry run black . --check
lint: ## check style with flake8
poetry run black . --check
poetry run flake8 mealie tests
test-all: format-test lint test ## Check Lint Format and Testing
test-all: lint test ## Check Lint Format and Testing
setup: ## Setup Development Instance
poetry install && \

View file

@ -1,5 +1,6 @@
from pathlib import Path
import re
from pathlib import Path
from mealie.core.config import CWD, DATA_DIR, AppDirectories, AppSettings, determine_data_dir, determine_secrets