File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ flake8: $(VENV_DIR) ## check compliance with pep8
77
77
black : $(VENV_DIR ) # # use black to autoformat code
78
78
@status=$$(git status --porcelain ) ; \
79
79
if test " x$$ {status}" = x; then \
80
- $(VENV_DIR ) /bin/black --exclude _version.py --py36 $(FILES_TO_FORMAT_PYTHON ) ; \
80
+ $(VENV_DIR ) /bin/black --exclude _version.py --target-version py37 $(FILES_TO_FORMAT_PYTHON ) ; \
81
81
else \
82
82
echo Not trying any formatting, working directory is dirty... >&2 ; \
83
83
fi ;
Original file line number Diff line number Diff line change 29
29
REQUIREMENTS_DEPLOY = ["twine>=1.11.0" , "setuptools>=38.6.0" , "wheel>=0.31.0" ]
30
30
31
31
requirements_dev = [
32
- * [
33
- "flake8" ,
34
- "black" ,
35
- "pyam-iamc>=0.2.0" ,
36
- ],
32
+ * ["flake8" , "black" , "pyam-iamc>=0.2.0" ],
37
33
* REQUIREMENTS_TESTS ,
38
34
* REQUIREMENTS_DOCS ,
39
35
* REQUIREMENTS_DEPLOY ,
You can’t perform that action at this time.
0 commit comments