Skip to content

Commit ab7a6e0

Browse files
[pre-commit.ci] pre-commit autoupdate (#287)
* [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/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.11.1](tox-dev/pyproject-fmt@v2.5.1...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.7](astral-sh/ruff-pre-commit@v0.11.8...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.0](pre-commit/mirrors-mypy@v1.15.0...v1.19.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.44.0...v0.46.0) * [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 9fe2f12 commit ab7a6e0

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: [--maxkb=2000]
@@ -21,21 +21,21 @@ repos:
2121
- id: trailing-whitespace
2222
files: \.(py|sh|rst|yml|yaml)$
2323
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24-
rev: v2.14.0
24+
rev: v2.15.0
2525
hooks:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: v2.5.1
29+
rev: v2.11.1
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.11.8
33+
rev: v0.14.7
3434
hooks:
3535
- id: ruff
3636
args: [--fix]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.15.0
38+
rev: v1.19.0
3939
hooks:
4040
- id: mypy
4141
files: ^deepl/
@@ -44,7 +44,7 @@ repos:
4444
- playwright
4545
- install-playwright
4646
- repo: https://github.com/igorshubovych/markdownlint-cli
47-
rev: v0.44.0
47+
rev: v0.46.0
4848
hooks:
4949
- id: markdownlint
5050
exclude: ^.github/PULL_REQUEST_TEMPLATE.md

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Text Processing :: Linguistic",
2526
"Typing :: Typed",
2627
]
@@ -55,6 +56,12 @@ include = [ "deepl" ]
5556
[tool.hatch.build.targets.wheel]
5657
include = [ "deepl" ]
5758

59+
[tool.uv]
60+
default-groups = [
61+
"dev",
62+
"docs",
63+
]
64+
5865
[tool.ruff]
5966
line-length = 120
6067
format.indent-style = "space"
@@ -82,12 +89,6 @@ python_version = "3.10"
8289
show_error_codes = true
8390
strict = true
8491

85-
[tool.uv]
86-
default-groups = [
87-
"dev",
88-
"docs",
89-
]
90-
9192
[tool.uv-dynamic-versioning]
9293
vcs = "git"
9394
style = "semver"

0 commit comments

Comments
 (0)