File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1919 python-version : " 3.11"
2020 - name : Install tox
2121 run : uv tool install tox --with tox-uv --with tox-gh
22- - name : Setup upterm session
23- uses : lhotari/action-upterm@v1
24- with :
25- limit-access-to-actor : true
26- limit-access-to-users : huynguyengl99
27- wait-timeout-minutes : 5
2822 - name : Run lint
2923 run : tox -e lint
3024#
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ allowlist_externals =
1717 py
1818 python
1919 scripts/mypy.sh
20+ which
2021package = uv
2122runner = uv-venv-runner
2223extras = camel-case
@@ -41,11 +42,10 @@ basepython = python3.13
4142[testenv:lint]
4243dependency_groups = dev, lint
4344commands =
44- black --check chanx
45- ruff check chanx
46- scripts/mypy.sh
47- scripts/mypy.sh --sandbox
48- basedpyright
45+ which python
46+ which basedpyright
47+ which tox
48+
4949
5050[testenv:coverage]
5151dependency_groups = dev, test
You can’t perform that action at this time.
0 commit comments