Skip to content

Commit 1f6aae9

Browse files
committed
ci: update paths for python workflows
1 parent 8edbb7a commit 1f6aae9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/checks_python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
- .github/workflows/checks_python.yml
1111
- .editorconfig
1212
- pyproject.toml
13-
- pyrightconfig.json
14-
- pytest.ini
1513
- uv.lock
1614
- '**.py'
15+
- '**.pyi'
16+
- 'src/tagstudio/resources/**'
1717
push:
1818
paths: *on_paths
1919
workflow_dispatch:
@@ -50,12 +50,12 @@ jobs:
5050
- pyproject.toml
5151
- uv.lock
5252
- '**.py'
53+
- '**.pyi'
5354
pyright:
5455
- .github/actions/setup-python/action.yml
55-
- pyrightconfig.json
5656
pytest:
5757
- .github/actions/setup-python/action.yml
58-
- pytest.ini
58+
- 'src/tagstudio/resources/**'
5959
ruff:
6060
- .editorconfig
6161

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ruff = ["ruff==0.15.17"]
7676
[tool.hatch.build.targets.wheel]
7777
packages = ["src/tagstudio"]
7878

79-
[tool.pytest.ini_options]
79+
[tool.pytest]
8080
qt_api = "pyside6"
8181
pythonpath = ["src"]
8282
filterwarnings = [

0 commit comments

Comments
 (0)