File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 hooks :
2424 - id : pyproject-fmt
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : " v0.11.9 "
26+ rev : " v0.11.10 "
2727 hooks :
2828 - id : ruff-format
2929 args : ["--config", "pyproject.toml"]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515[dependencies ]
1616common = {path = " ../common" }
1717regex = { version = " 1.11.1" }
18- pyo3 = { version = " 0.25.0" , features = [" abi3-py38 " ] } # integration with Python
18+ pyo3 = { version = " 0.25.0" , features = [" abi3-py39 " ] } # integration with Python
1919lexical-sort = { version = " 0.3.1" }
2020
2121[features ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515[dependencies ]
1616common = {path = " ../common" }
1717regex = { version = " 1.11.1" }
18- pyo3 = { version = " 0.25.0" , features = [" abi3-py38 " ] } # integration with Python
18+ pyo3 = { version = " 0.25.0" , features = [" abi3-py39 " ] } # integration with Python
1919lexical-sort = { version = " 0.3.1" }
2020
2121[features ]
You can’t perform that action at this time.
0 commit comments