Skip to content

Commit 5036d25

Browse files
committed
Enable Python version auto-detection for Black formatter
1 parent ff6d169 commit 5036d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ isort:
77
isort ./tests
88

99
format:
10-
black --target-version py27 ./platformio
11-
black --target-version py27 ./tests
10+
black ./platformio
11+
black ./tests
1212

1313
test:
1414
py.test --verbose --capture=no --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py

0 commit comments

Comments
 (0)