Skip to content

Commit 338bbf7

Browse files
ci: pre-commit autoupdate (#67)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8c561dd commit 338bbf7

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/tox-dev/pyproject-fmt
25-
rev: v2.6.0
25+
rev: v2.11.0
2626
hooks:
2727
- id: pyproject-fmt
2828
- repo: https://github.com/asottile/setup-cfg-fmt
29-
rev: v2.8.0
29+
rev: v3.1.0
3030
hooks:
3131
- id: setup-cfg-fmt
3232
args:
@@ -39,35 +39,35 @@ repos:
3939
- sphinx==6.1.3
4040
- tomli==2.0.1
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.20.0
42+
rev: v3.21.0
4343
hooks:
4444
- id: pyupgrade
4545
args: [--py310-plus]
4646
- repo: https://github.com/psf/black-pre-commit-mirror
47-
rev: 25.1.0
47+
rev: 25.9.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/adamchainz/blacken-docs
51-
rev: 1.19.1
51+
rev: 1.20.0
5252
hooks:
5353
- id: blacken-docs
5454
additional_dependencies:
5555
- black==23.12.0
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.17.1
57+
rev: v1.18.2
5858
hooks:
5959
- id: mypy
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: "v0.12.11"
61+
rev: "v0.14.3"
6262
hooks:
6363
- id: ruff
6464
args: [--fix, --exit-non-zero-on-fix]
6565
- repo: https://github.com/adamchainz/django-upgrade
66-
rev: "1.27.0"
66+
rev: "1.29.1"
6767
hooks:
6868
- id: django-upgrade
6969
args: [--target-version, "5.0"]
7070
- repo: https://github.com/tox-dev/tox-ini-fmt
71-
rev: 1.6.0
71+
rev: 1.7.0
7272
hooks:
7373
- id: tox-ini-fmt

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",
37+
"Programming Language :: Python :: 3.14",
3738
"Programming Language :: Python :: Implementation :: CPython",
3839
"Typing :: Typed",
3940
]

0 commit comments

Comments
 (0)