Skip to content

Commit b4aaab2

Browse files
committed
WIP
1 parent 3024138 commit b4aaab2

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
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
#

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ allowlist_externals =
1717
py
1818
python
1919
scripts/mypy.sh
20+
which
2021
package = uv
2122
runner = uv-venv-runner
2223
extras = camel-case
@@ -41,11 +42,10 @@ basepython = python3.13
4142
[testenv:lint]
4243
dependency_groups = dev, lint
4344
commands =
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]
5151
dependency_groups = dev, test

0 commit comments

Comments
 (0)