From a2073b4d8de80df59a3992bb04ee3b2515537797 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:06:33 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.0 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.3) - [github.com/zizmorcore/zizmor-pre-commit: v1.28.0 → v1.29.0](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.28.0...v1.29.0) - [github.com/tox-dev/pyproject-fmt: v2.26.0 → v2.28.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.26.0...v2.28.0) - [github.com/rstcheck/rstcheck: v6.2.5 → v6.3.0](https://github.com/rstcheck/rstcheck/compare/v6.2.5...v6.3.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2bf0c77..86ab7c1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,24 +25,24 @@ repos: - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.3 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix, --respect-gitignore, --show-fixes] - id: ruff-format - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.28.0 + rev: v1.29.0 hooks: - id: zizmor - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.26.0 + rev: v2.28.0 hooks: - id: pyproject-fmt - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.5 + rev: v6.3.0 hooks: - id: rstcheck additional_dependencies: [sphinx, toml] From 6cd6d3f7476f709e4847ab774a37f19103d61920 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:07:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f463cad7..f0cd4163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,6 @@ dependencies = [ "mirakuru>=2.6.0", "packaging", "port-for>=0.7.3", "psycopg>=3. name = "Grzegorz Śliwiński" email = "fizyk+pypi@fizyk.dev" -[project.entry-points.pytest11] -pytest_postgresql = "pytest_postgresql.plugin" - [project.optional-dependencies] async = [ "aiofiles>=23.0", "pytest-asyncio>=1.4" ] @@ -46,6 +43,9 @@ Source = "https://github.com/dbfixtures/pytest-postgresql" "Bug Tracker" = "https://github.com/dbfixtures/pytest-postgresql/issues" Changelog = "https://github.com/dbfixtures/pytest-postgresql/blob/v8.1.0/CHANGES.rst" +[project.entry-points.pytest11] +pytest_postgresql = "pytest_postgresql.plugin" + [dependency-groups] dev = [ "aiofiles==25.1.0",