File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ repos:
7171 args : ["--print-width=140"]
7272
7373 - repo : https://github.com/astral-sh/ruff-pre-commit
74- rev : v0.13.3
74+ rev : v0.14.10
7575 hooks :
7676 - id : ruff
7777 args : ["--fix"]
7878 - id : ruff-format
7979 - id : ruff
8080
8181 - repo : https://github.com/tox-dev/pyproject-fmt
82- rev : v2.7.0
82+ rev : v2.11.1
8383 hooks :
8484 - id : pyproject-fmt
8585 additional_dependencies : [tox]
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627]
2728dependencies = [
2829 # download models:
You can’t perform that action at this time.
0 commit comments