File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4040 hooks :
4141 - id : autopep8
4242 - repo : https://github.com/tox-dev/pyproject-fmt
43- rev : " 1.1 .0"
43+ rev : " 1.2 .0"
4444 hooks :
4545 - id : pyproject-fmt
4646 - repo : https://github.com/pre-commit/mirrors-prettier
6060 - mdformat-footnote
6161
6262 - repo : https://github.com/asottile/reorder-python-imports
63- rev : v3.10 .0
63+ rev : v3.12 .0
6464 hooks :
6565 - id : reorder-python-imports
6666 args : [--py39-plus]
6969 hooks :
7070 - id : add-trailing-comma
7171 - repo : https://github.com/asottile/pyupgrade
72- rev : v3.10.1
72+ rev : v3.14.0
7373 hooks :
7474 - id : pyupgrade
7575 args : [--py39-plus]
7878 hooks :
7979 - id : docformatter
8080 - repo : https://github.com/astral-sh/ruff-pre-commit
81- rev : " v0.0.287 "
81+ rev : " v0.0.292 "
8282 hooks :
8383 - id : ruff
8484 - repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.9" ,
3131 " Programming Language :: Python :: 3.10" ,
3232 " Programming Language :: Python :: 3.11" ,
33+ " Programming Language :: Python :: 3.12" ,
3334 " Topic :: Software Development :: Build Tools" ,
3435 " Topic :: Utilities" ,
3536 " Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments