From 5741e9910e66b6ee6566587cfdb8cc18c250bca6 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Thu, 30 Apr 2026 19:21:54 +0300 Subject: [PATCH 1/2] Bump some steps dependencies, add comments and newlines --- .github/workflows/continuous_integration.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 8f9581b..c60e6ce 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -1,14 +1,19 @@ name: Continuous integration + on: push + jobs: code_check: name: Code check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/checkout@v6 + + - uses: actions/setup-python@v6 + - uses: pre-commit/action@v3.0.1 env: + # set the `no-commit-to-branch` to be skipped, otherwise the check fails when we merge to `master` branch SKIP: 'no-commit-to-branch' pyqt6-check: From 68731fdb78e53cf5893ca882b8c560f820d28418 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Thu, 30 Apr 2026 19:22:32 +0300 Subject: [PATCH 2/2] Remove redundant section from the `pyproject.toml` file --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5d1f0..4aa7526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,6 @@ documentation = "https://docs.qfield.org/get-started/" repository = "https://github.com/opengisch/libqfieldsync" tracker = "https://github.com/opengisch/libqfieldsync/issues" -[project.optional-dependencies] -dev = ["pre-commit"] - [dependency-groups] dev = [ "pre-commit>=2.21.0",