Skip to content

Commit af8d4fa

Browse files
[pre-commit.ci] pre-commit autoupdate (#962)
updates: - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](tox-dev/pyproject-fmt@v2.7.0...v2.10.0) - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 75aba5e commit af8d4fa

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
@@ -6,7 +6,7 @@ repos:
66
args: [--safe, --quiet, --line-length=88]
77

88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "v2.7.0"
9+
rev: "v2.10.0"
1010
hooks:
1111
- id: pyproject-fmt
1212
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -39,13 +39,13 @@ repos:
3939
- flake8-typing-imports==1.12.0
4040

4141
- repo: https://github.com/asottile/reorder-python-imports
42-
rev: v3.15.0
42+
rev: v3.16.0
4343
hooks:
4444
- id: reorder-python-imports
4545
args: ["--application-directories=.:src:testing", --py3-plus]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.20.0
48+
rev: v3.21.0
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py39-plus]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Programming Language :: Python :: Implementation :: CPython",
3940
"Programming Language :: Python :: Implementation :: PyPy",
4041
"Topic :: Software Development :: Quality Assurance",

0 commit comments

Comments
 (0)