Skip to content

Commit d26c616

Browse files
committed
Humm
1 parent a002d4d commit d26c616

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
@@ -2,12 +2,12 @@
22

33
style:
44
isort -rc debug_toolbar example tests
5-
black --target-version=py35 debug_toolbar example tests setup.py
5+
black --target-version py35 debug_toolbar example tests setup.py
66
flake8 debug_toolbar example tests
77

88
style_check:
99
isort -rc -c debug_toolbar example tests
10-
black --target-version=py35 --check debug_toolbar example tests setup.py
10+
black --target-version py35 --check debug_toolbar example tests setup.py
1111

1212
flake8:
1313
flake8 debug_toolbar example tests

0 commit comments

Comments
 (0)