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] 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",