Skip to content

Commit 608dbee

Browse files
committed
fix(basedpyright,yml,ci): fix yml indent, ci branches to run and basedpyright venv path in tox
1 parent 1d7bcea commit 608dbee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ trim_trailing_whitespace = true
99
insert_final_newline = true
1010
charset = utf-8
1111
end_of_line = lf
12+
13+
[*.yml]
14+
indent_size = 2

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Test
22

33
on:
44
push:
5-
branches:
6-
- main
75
pull_request:
86
types:
97
- opened

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands =
4545
ruff check chanx
4646
scripts/mypy.sh
4747
scripts/mypy.sh --sandbox
48-
basedpyright
48+
basedpyright --venvpath {envdir}
4949

5050
[testenv:coverage]
5151
dependency_groups = dev, test

0 commit comments

Comments
 (0)