Skip to content

Commit 0359508

Browse files
committed
tox: linting: use (default) python
1 parent b0ec23e commit 0359508

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 = python
5050
deps = pre-commit>=1.11.0
5151
commands = pre-commit run --all-files --show-diff-on-failure
5252

0 commit comments

Comments
 (0)