mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-28 14:44:20 -05:00
fix linters
This commit is contained in:
6
makefile
6
makefile
@@ -49,11 +49,15 @@ test-all: lint test ## 🧪 Check Lint Format and Testing
|
||||
test: ## 🧪 Run tests quickly with the default Python
|
||||
poetry run pytest
|
||||
|
||||
lint: ## 🧺 Check style with flake8
|
||||
lint: ## 🧺 Format, Check and Flake8
|
||||
poetry run black .
|
||||
poetry run black . --check
|
||||
poetry run flake8 mealie tests
|
||||
|
||||
|
||||
lint-frontend: ## 🧺 Run yarn lint
|
||||
cd frontend && yarn lint
|
||||
|
||||
coverage: ## ☂️ Check code coverage quickly with the default Python
|
||||
poetry run pytest
|
||||
poetry run coverage report -m
|
||||
|
||||
Reference in New Issue
Block a user