File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 args : ["--in-place"]
3838
3939 - repo : https://github.com/executablebooks/mdformat
40- rev : 0.7.22
40+ rev : 1.0.0
4141 hooks :
4242 - id : mdformat
4343 additional_dependencies :
5555 args : ["--print-width=79"]
5656
5757 - repo : https://github.com/astral-sh/ruff-pre-commit
58- rev : v0.13.3
58+ rev : v0.14.10
5959 hooks :
6060 # use black formatting
6161 - id : ruff-format
@@ -67,13 +67,13 @@ repos:
6767
6868 # it needs to be after formatting hooks because the lines might be changed
6969 - repo : https://github.com/pre-commit/mirrors-mypy
70- rev : v1.18.2
70+ rev : v1.19.1
7171 hooks :
7272 - id : mypy
7373 files : " src/.*"
7474
7575 - repo : https://github.com/tox-dev/pyproject-fmt
76- rev : v2.7.0
76+ rev : v2.11.1
7777 hooks :
7878 - id : pyproject-fmt
7979 additional_dependencies : [tox]
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classifiers = [
3636 " Programming Language :: Python :: 3.11" ,
3737 " Programming Language :: Python :: 3.12" ,
3838 " Programming Language :: Python :: 3.13" ,
39+ " Programming Language :: Python :: 3.14" ,
3940 " Topic :: Other/Nonlisted Topic" ,
4041 " Topic :: Software Development :: Libraries" ,
4142 " Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments