Skip to content

Commit fd87264

Browse files
JAVGanlslebodn
authored andcommitted
Fix "autoformat" job on tox env
Fix "autoformat" job on tox env Signed-off-by: Jonathan Gangi <jgangi@redhat.com>
1 parent 510e18a commit fd87264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ deps =
6666
black
6767
isort
6868
commands =
69-
black -S -t py10 -l 100 starmap_client tests
69+
black -S -t py310 -l 100 starmap_client tests
7070
isort -l 100 --profile black starmap_client tests
7171

7272
[testenv:coverage]

0 commit comments

Comments
 (0)