We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a78d4 commit af17867Copy full SHA for af17867
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: auto-walrus
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.13.3
+ rev: v0.14.3
23
hooks:
24
- id: ruff-check
25
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
32
- tomli
33
34
- repo: https://github.com/tox-dev/pyproject-fmt
35
- rev: v2.7.0
+ rev: v2.11.0
36
37
- id: pyproject-fmt
38
pyproject.toml
@@ -6,6 +6,7 @@ authors = [ { name = "TheAlgorithms Contributors" } ]
6
requires-python = ">=3.14"
7
classifiers = [
8
"Programming Language :: Python :: 3 :: Only",
9
+ "Programming Language :: Python :: 3.14",
10
]
11
dependencies = [
12
"beautifulsoup4>=4.12.3",
0 commit comments