Skip to content

Commit 74a69b1

Browse files
[pre-commit.ci] pre-commit autoupdate (#203)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3cbad07 commit 74a69b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repos:
1313
- id: no-commit-to-branch
1414
args: ["--branch=main"]
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.13.3
16+
rev: v0.14.0
1717
hooks:
1818
- id: ruff-check
1919
args: ["--fix"]
2020
- id: ruff-format
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: v2.7.0
22+
rev: v2.10.0
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/biomejs/pre-commit

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
]
1920
dynamic = [ "version" ]
2021
dependencies = [

0 commit comments

Comments
 (0)