From 6ff2872ad430c209f0e3419f3039da9cf0114788 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:19:03 +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.14.4 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.14) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.1...v2.12.1) - [github.com/regebro/pyroma: 5.0 → 5.0.1](https://github.com/regebro/pyroma/compare/5.0...5.0.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.1](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.8.1) --- .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 5e687b8a..3310532c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: debug-statements - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.14 hooks: - id: ruff-format - id: ruff @@ -24,7 +24,7 @@ repos: |tests/.* )$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.11.1" + rev: "v2.12.1" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -35,7 +35,7 @@ repos: - --ignore-words-list=nin,astroid - --skip=poetry.lock - repo: https://github.com/regebro/pyroma - rev: "5.0" + rev: "5.0.1" hooks: - id: pyroma # Must be specified because of the default value in pyroma @@ -48,7 +48,7 @@ repos: pyproject.toml| )$ - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.8.1 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] From a4e84411e0e7c8e5a99190b05316e0bfef270df2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:19:15 +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 | 15 ++++++++------- tests/prospector-profile-test/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40f20838..9460b1be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,17 +32,18 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Software Development :: Quality Assurance", ] dynamic = [ "dependencies" ] -optional-dependencies.with_bandit = [ "bandit" ] -optional-dependencies.with_everything = [ "bandit", "mypy", "pyright", "pyroma", "ruff", "vulture" ] -optional-dependencies.with_mypy = [ "mypy" ] -optional-dependencies.with_pyright = [ "pyright" ] -optional-dependencies.with_pyroma = [ "pyroma" ] -optional-dependencies.with_ruff = [ "ruff" ] -optional-dependencies.with_vulture = [ "vulture" ] +optional-dependencies.with-bandit = [ "bandit" ] +optional-dependencies.with-everything = [ "bandit", "mypy", "pyright", "pyroma", "ruff", "vulture" ] +optional-dependencies.with-mypy = [ "mypy" ] +optional-dependencies.with-pyright = [ "pyright" ] +optional-dependencies.with-pyroma = [ "pyroma" ] +optional-dependencies.with-ruff = [ "ruff" ] +optional-dependencies.with-vulture = [ "vulture" ] urls."Bug Tracker" = "https://github.com/prospector-dev/prospector/issues" urls."homepage" = "http://prospector.readthedocs.io" urls."repository" = "https://github.com/prospector-dev/prospector" diff --git a/tests/prospector-profile-test/pyproject.toml b/tests/prospector-profile-test/pyproject.toml index acdf6af7..0bbd85bc 100644 --- a/tests/prospector-profile-test/pyproject.toml +++ b/tests/prospector-profile-test/pyproject.toml @@ -5,11 +5,11 @@ version = "0.0.0" description = "A package used to test the prospector external profile" classifiers = [ "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] [tool.setuptools.package-data]