From 1f6aae98eda578352115caa470701a10f083c10f Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:30:26 -0700 Subject: [PATCH] ci: update paths for python workflows --- .github/workflows/checks_python.yml | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks_python.yml b/.github/workflows/checks_python.yml index 73378161..bae2bce3 100644 --- a/.github/workflows/checks_python.yml +++ b/.github/workflows/checks_python.yml @@ -10,10 +10,10 @@ on: - .github/workflows/checks_python.yml - .editorconfig - pyproject.toml - - pyrightconfig.json - - pytest.ini - uv.lock - '**.py' + - '**.pyi' + - 'src/tagstudio/resources/**' push: paths: *on_paths workflow_dispatch: @@ -50,12 +50,12 @@ jobs: - pyproject.toml - uv.lock - '**.py' + - '**.pyi' pyright: - .github/actions/setup-python/action.yml - - pyrightconfig.json pytest: - .github/actions/setup-python/action.yml - - pytest.ini + - 'src/tagstudio/resources/**' ruff: - .editorconfig diff --git a/pyproject.toml b/pyproject.toml index f963641b..dd74b673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ ruff = ["ruff==0.15.17"] [tool.hatch.build.targets.wheel] packages = ["src/tagstudio"] -[tool.pytest.ini_options] +[tool.pytest] qt_api = "pyside6" pythonpath = ["src"] filterwarnings = [