Skip to content

Commit 7e9e3a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#139)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.0...v0.14.10) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 83f64f4 commit 7e9e3a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -9,14 +9,14 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.0
12+
rev: v0.14.10
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: v2.6.0
19+
rev: v2.11.1
2020
hooks:
2121
- id: pyproject-fmt
2222

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ classifiers = [
88
"Programming Language :: Python :: 3 :: Only",
99
"Programming Language :: Python :: 3.12",
1010
"Programming Language :: Python :: 3.13",
11+
"Programming Language :: Python :: 3.14",
1112
]
1213
dependencies = [
1314
"pydantic>=2.11.2",

0 commit comments

Comments
 (0)