Skip to content

Commit 8bc8916

Browse files
Merge pull request #949 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 71c7fd1 + f80a56f commit 8bc8916

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
args: [--safe, --quiet]
99
exclude: docs/examples/
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.11.0
11+
rev: v3.12.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [ "--application-directories=.:src" , --py38-plus, --add-import, 'from __future__ import annotations']
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: check-yaml
@@ -23,23 +23,23 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.13.0
26+
rev: v3.15.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.0.291
31+
rev: v0.0.292
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.1.0"
36+
rev: "1.2.0"
3737
hooks:
3838
- id: pyproject-fmt
3939
exclude: docs/examples/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.5.1'
42+
rev: 'v1.6.0'
4343
hooks:
4444
- id: mypy
4545
args: [--strict]

nextgen/vcs-versioning/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
]
2728
dynamic = [
2829
"version",

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3334
"Topic :: Software Development :: Libraries",
3435
"Topic :: Software Development :: Version Control",
3536
"Topic :: System :: Software Distribution",

0 commit comments

Comments
 (0)