Skip to content

Commit 72a7aeb

Browse files
committed
trying to figure out how to get black to format the same in two different versions of python
1 parent 13161bb commit 72a7aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands = pylint {[base]linting_targets}
3535

3636
[testenv:black]
3737
basepython = python3
38-
target-version = ["py37"]
38+
;target-version = ["py37"]
3939
skip_install = true
4040
deps = black
4141
commands = black --check --diff {[base]linting_targets} --exclude __pycache__

0 commit comments

Comments
 (0)