forked from platformio/platformio-core
Enable Python version auto-detection for Black formatter
This commit is contained in:
4
Makefile
4
Makefile
@ -7,8 +7,8 @@ isort:
|
|||||||
isort ./tests
|
isort ./tests
|
||||||
|
|
||||||
format:
|
format:
|
||||||
black --target-version py27 ./platformio
|
black ./platformio
|
||||||
black --target-version py27 ./tests
|
black ./tests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
py.test --verbose --capture=no --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
|
py.test --verbose --capture=no --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
|
||||||
|
Reference in New Issue
Block a user