Skip to content

Commit 0df5ce4

Browse files
committed
Fix basepython for linting testenv in tox.ini
1 parent 935b106 commit 0df5ce4

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
@@ -46,7 +46,7 @@ commands =
4646

4747
[testenv:linting]
4848
skip_install = True
49-
basepython = python3.6
49+
basepython = python3
5050
deps = pre-commit>=1.11.0
5151
commands = pre-commit run --all-files --show-diff-on-failure
5252

0 commit comments

Comments
 (0)