File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 36
36
rev : v2.5.0
37
37
hooks :
38
38
- id : pyproject-fmt
39
- args : [--max-supported-python=3.13]
40
39
41
40
- repo : https://github.com/abravalheri/validate-pyproject
42
41
rev : v0.23
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers = [
21
21
" Programming Language :: Python :: 3 :: Only" ,
22
22
" Programming Language :: Python :: 3.12" ,
23
23
" Programming Language :: Python :: 3.13" ,
24
+ " Programming Language :: Python :: 3.14" ,
24
25
" Topic :: Documentation" ,
25
26
" Topic :: Software Development :: Documentation" ,
26
27
]
@@ -67,3 +68,6 @@ lint.ignore = [
67
68
" E241" , # Multiple spaces after ','
68
69
]
69
70
lint.isort.required-imports = [ " from __future__ import annotations" ]
71
+
72
+ [tool .pyproject-fmt ]
73
+ max_supported_python = " 3.14"
You can’t perform that action at this time.
0 commit comments