Skip to content

Commit 35e5c04

Browse files
committed
Fix
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 27fc305 commit 35e5c04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repos:
2222
rev: "0.11.2"
2323
hooks:
2424
- id: pyproject-fmt
25+
additional_dependencies: ["tox>=4.6"]
2526
- repo: https://github.com/pre-commit/mirrors-prettier
2627
rev: "v3.0.0-alpha.9-for-vscode"
2728
hooks:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs>=0.3",
5-
"hatchling>=1.17",
5+
"hatchling>=1.17.1",
66
]
77

88
[project]
@@ -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
"Topic :: Internet",
3536
"Topic :: Software Development :: Libraries",
3637
"Topic :: System",

0 commit comments

Comments
 (0)