Skip to content

Commit

Permalink
Use py34 with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Apr 5, 2020
1 parent dbecf9b commit 1d22eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydeck/Makefile
Expand Up @@ -17,7 +17,7 @@ init:
$(MAKE) prepare-jupyter

pre-commit:
black . --target-version py35 && $(MAKE) test
black . --target-version py34 && $(MAKE) test

pre-init:
python3 -m venv env; \
Expand Down

0 comments on commit 1d22eee

Please sign in to comment.