Skip to content

Commit c7c44d9

Browse files
committed
Merge branch 'black-min-version' of github.com:jdufresne/django-debug-toolbar
* 'black-min-version' of github.com:jdufresne/django-debug-toolbar: Bump black target Python version to 3.5
2 parents cf83555 + ef56872 commit c7c44d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
style:
44
isort -rc debug_toolbar example tests
5-
black --target-version=py34 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:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ skip_install = true
4040
basepython = python3
4141
commands = make style_check
4242
deps =
43-
black
43+
black>=19.10b0
4444
flake8
4545
isort
4646
skip_install = true

0 commit comments

Comments
 (0)