Skip to content

Commit 6fcb7b8

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#46)
2 parents ebbd856 + d0f16d8 commit 6fcb7b8

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
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: autopep8
4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: "1.1.0"
43+
rev: "1.2.0"
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -60,7 +60,7 @@ repos:
6060
- mdformat-footnote
6161

6262
- repo: https://github.com/asottile/reorder-python-imports
63-
rev: v3.10.0
63+
rev: v3.12.0
6464
hooks:
6565
- id: reorder-python-imports
6666
args: [--py39-plus]
@@ -69,7 +69,7 @@ repos:
6969
hooks:
7070
- id: add-trailing-comma
7171
- repo: https://github.com/asottile/pyupgrade
72-
rev: v3.10.1
72+
rev: v3.14.0
7373
hooks:
7474
- id: pyupgrade
7575
args: [--py39-plus]
@@ -78,7 +78,7 @@ repos:
7878
hooks:
7979
- id: docformatter
8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.0.287"
81+
rev: "v0.0.292"
8282
hooks:
8383
- id: ruff
8484
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 0 deletions
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 :: Build Tools",
3435
"Topic :: Utilities",
3536
"Typing :: Typed",

0 commit comments

Comments
 (0)