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 @@ -13,13 +13,13 @@ repos:
1313 - id : no-commit-to-branch
1414 args : ["--branch=main"]
1515 - repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.13.3
16+ rev : v0.14.0
1717 hooks :
1818 - id : ruff-check
1919 args : ["--fix"]
2020 - id : ruff-format
2121 - repo : https://github.com/tox-dev/pyproject-fmt
22- rev : v2.7 .0
22+ rev : v2.10 .0
2323 hooks :
2424 - id : pyproject-fmt
2525 - repo : https://github.com/biomejs/pre-commit
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ classifiers = [
1515 " Programming Language :: Python :: 3.11" ,
1616 " Programming Language :: Python :: 3.12" ,
1717 " Programming Language :: Python :: 3.13" ,
18+ " Programming Language :: Python :: 3.14" ,
1819]
1920dynamic = [ " version" ]
2021dependencies = [
You can’t perform that action at this time.
0 commit comments