File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ repos:
1414 - id : mixed-line-ending
1515 - id : trailing-whitespace
1616 - repo : https://github.com/adamchainz/django-upgrade
17- rev : 1.28 .0
17+ rev : 1.29 .0
1818 hooks :
1919 - id : django-upgrade
2020 args : [--target-version, "3.2"]
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : " v0.13.1 "
22+ rev : v0.14.1
2323 hooks :
2424 - id : ruff
2525 args : [--unsafe-fixes]
2626 - id : ruff-format
2727 - repo : https://github.com/biomejs/pre-commit
28- rev : " v2.2.4 "
28+ rev : v2.2.6
2929 hooks :
3030 - id : biome-check
3131 args : [--unsafe]
3232 verbose : true
3333 - repo : https://github.com/tox-dev/pyproject-fmt
34- rev : v2.6 .0
34+ rev : v2.11 .0
3535 hooks :
3636 - id : pyproject-fmt
3737 - repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.2.3 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.2.6 /schema.json" ,
33 "assist" : { "actions" : { "source" : { "organizeImports" : " off" } } },
44 "formatter" : {
55 "enabled" : true ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers = [
2626 " Programming Language :: Python :: 3.11" ,
2727 " Programming Language :: Python :: 3.12" ,
2828 " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2930 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
3031 " Topic :: Software Development" ,
3132 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
You can’t perform that action at this time.
0 commit comments