We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf83555 + ef56872 commit c7c44d9Copy full SHA for c7c44d9
Makefile
@@ -2,7 +2,7 @@
2
3
style:
4
isort -rc debug_toolbar example tests
5
- black --target-version=py34 debug_toolbar example tests setup.py
+ black --target-version=py35 debug_toolbar example tests setup.py
6
flake8 debug_toolbar example tests
7
8
style_check:
tox.ini
@@ -40,7 +40,7 @@ skip_install = true
40
basepython = python3
41
commands = make style_check
42
deps =
43
- black
+ black>=19.10b0
44
flake8
45
isort
46
skip_install = true
0 commit comments