Skip to content

Commit 9e8749f

Browse files
Merge pull request #50 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 557ab33 + e83dbe8 commit 9e8749f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -20,18 +20,18 @@ repos:
2020
additional_dependencies:
2121
- flake8-typing-imports==1.14.0
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.11.0
23+
rev: v3.12.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: ['--application-directories=.:src']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.13.0
28+
rev: v3.15.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.1.0"
34+
rev: "1.2.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
"Programming Language :: Python :: Implementation :: CPython",
3536
"Topic :: Software Development :: Libraries",
3637
]

0 commit comments

Comments
 (0)