From 15d8064f0716a56bc890aa0810ab082f7587f0b3 Mon Sep 17 00:00:00 2001 From: Abhiranjan Kumar <2400030581@kluniversity.in> Date: Sun, 9 Nov 2025 23:37:30 +0530 Subject: [PATCH] Revert "[pre-commit.ci] pre-commit autoupdate (#13860)" This reverts commit af17867f409ec80f4d0cc499943c455da4307cd4. --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e305772298d3..82a669007945 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: auto-walrus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.13.3 hooks: - id: ruff-check - id: ruff-format @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.7.0 hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index f1559d6bc1b1..60ba0d3b65d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = [ { name = "TheAlgorithms Contributors" } ] requires-python = ">=3.14" classifiers = [ "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.14", ] dependencies = [ "beautifulsoup4>=4.12.3",