Skip to content

Commit

Permalink
trying to figure out how to get black to format the same in two diffe…
Browse files Browse the repository at this point in the history
…rent versions of python
  • Loading branch information
bandophahita committed Jun 12, 2024
1 parent 13161bb commit 72a7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands = pylint {[base]linting_targets}

[testenv:black]
basepython = python3
target-version = ["py37"]
;target-version = ["py37"]
skip_install = true
deps = black
commands = black --check --diff {[base]linting_targets} --exclude __pycache__
Expand Down

0 comments on commit 72a7aeb

Please sign in to comment.