Skip to content

Commit

Permalink
Add missing .flake8 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
judoole committed Jul 3, 2020
1 parent efd4589 commit 9d53e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/airflow/airflow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ airflow.test: $(AIRFLOW_BUILD_SENTINEL) $(AIRFLOW_INIT_CHECK_SENTINEL) ## Run th

.PHONY: airflow.flake8
airflow.flake8:$(AIRFLOW_BUILD_SENTINEL) $(AIRFLOW_INIT_CHECK_SENTINEL) ## Run the flake8 agains dags folder
docker-compose -f $(AIRFLOW_DOCKER_COMPOSE_FILE) run --rm test flake8 /code/dags
docker-compose -f $(AIRFLOW_DOCKER_COMPOSE_FILE) run -v ${PWD}/.flake8:/code/.flake8 --rm test flake8 /code/dags
@echo Flake 8 OK!s

.PHONY: airflow.clean
Expand Down

0 comments on commit 9d53e76

Please sign in to comment.