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 66 args : [--safe, --quiet, --line-length=88]
77
88 - repo : https://github.com/tox-dev/pyproject-fmt
9- rev : " v2.7 .0"
9+ rev : " v2.10 .0"
1010 hooks :
1111 - id : pyproject-fmt
1212 # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -39,13 +39,13 @@ repos:
3939 - flake8-typing-imports==1.12.0
4040
4141 - repo : https://github.com/asottile/reorder-python-imports
42- rev : v3.15 .0
42+ rev : v3.16 .0
4343 hooks :
4444 - id : reorder-python-imports
4545 args : ["--application-directories=.:src:testing", --py3-plus]
4646
4747 - repo : https://github.com/asottile/pyupgrade
48- rev : v3.20 .0
48+ rev : v3.21 .0
4949 hooks :
5050 - id : pyupgrade
5151 args : [--py39-plus]
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ classifiers = [
3535 " Programming Language :: Python :: 3.11" ,
3636 " Programming Language :: Python :: 3.12" ,
3737 " Programming Language :: Python :: 3.13" ,
38+ " Programming Language :: Python :: 3.14" ,
3839 " Programming Language :: Python :: Implementation :: CPython" ,
3940 " Programming Language :: Python :: Implementation :: PyPy" ,
4041 " Topic :: Software Development :: Quality Assurance" ,
You can’t perform that action at this time.
0 commit comments