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
format:
black --target-version py27 ./platformio
black --target-version py27 ./tests
black ./platformio
black ./tests
test:
py.test --verbose --capture=no --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py