Enable Python version auto-detection for Black formatter

This commit is contained in:
Ivan Kravets
2021-07-05 13:31:23 +03:00
parent ff6d169862
commit 5036d25b60

View File

@ -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