File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ default_stages:
77minimum_pre_commit_version : 2.16.0
88repos :
99 - repo : https://github.com/biomejs/pre-commit
10- rev : v2.2.4
10+ rev : v2.3.10
1111 hooks :
1212 - id : biome-format
1313 exclude : ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
1414 - repo : https://github.com/tox-dev/pyproject-fmt
15- rev : v2.6.0
15+ rev : v2.11.1
1616 hooks :
1717 - id : pyproject-fmt
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.13.2
19+ rev : v0.14.10
2020 hooks :
2121 - id : ruff-check
2222 types_or : [python, pyi, jupyter]
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2223]
2324dynamic = [ " version" ]
2425dependencies = [
You can’t perform that action at this time.
0 commit comments