Skip to content

Commit 40f7760

Browse files
pre-commit upgrade
1 parent 3af74ad commit 40f7760

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
77
- repo: https://github.com/tox-dev/pyproject-fmt
8-
rev: "v2.6.0"
8+
rev: "v2.11.0"
99
hooks:
1010
- id: pyproject-fmt
1111

1212
- repo: https://github.com/psf/black
13-
rev: 25.1.0
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
language_version: python3
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: 'v1.17.0'
18+
rev: 'v1.18.2'
1919
hooks:
2020
- id: mypy
2121
args: []

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
"Topic :: Software Development :: Libraries",
3132
"Topic :: Utilities",
3233
]

0 commit comments

Comments
 (0)