Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Mar 15, 2020
1 parent ae2fc65 commit db16f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ docker-generate-examples:
$(DOCKER_RUN_ARGS) bash -c "python3 setup.py develop && python3 tools/generate_code_examples.py generated_code_examples"

docker-flake8:
$(DOCKER_RUN_ARGS) bash -c "flake8 --exclude tmp,generated_code_examples ."
$(DOCKER_RUN_ARGS) bash -c "flake8 ."

docker-shell:
$(DOCKER_RUN_ARGS) bash
Expand Down

0 comments on commit db16f2b

Please sign in to comment.