Skip to content

Commit

Permalink
fix testenv black-check
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Dec 17, 2024
1 parent 0f37dff commit 375e356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py39-lint
py310-lint
py311-lint
black-check
py310-black-check
docs
py{311,310,39,38}-packagetests
py{38}-skeletontests-Plone{52}-template-addon
Expand Down Expand Up @@ -180,7 +180,7 @@ deps = {[lint]deps}
commands = {[lint]commands}
allowlist_externals = {[lint]allowlist_externals}

[testenv:black-check]
[testenv:py310-black-check]
basepython = python3.10
skip_install = True
deps =
Expand Down

0 comments on commit 375e356

Please sign in to comment.