Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap = { version = "4.6.1", features = ["derive"] }
colored = "3.1.1"
log = { version = "0.4.31", features = ["std"] }
mockito = "1.7.2"
pyo3 = {version = "0.28.3", features = ["extension-module"] }
pyo3 = {version = "0.29.0", features = ["extension-module"] }
regex = "1.12.3"
reqwest = { version = "0.13.4", default-features = false, features = ["http2", "charset"] }
thiserror = "2.0.18"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ crate-type = ["cdylib"]
bench = false

[dependencies]
pyo3 = { workspace = true, features = ["abi3-py310"] }
pyo3 = { workspace = true, features = ["abi3-py310", "abi3t-py315"] }
cpp-linter = { path = "../../cpp-linter", features = ["bin"] }
tokio = { workspace = true }
1 change: 0 additions & 1 deletion nurfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export def "nur test" [
--profile (-p): string = "default", # The nextest profile to use.
--clean (-c), # Clean before testing
] {
# run-cmd uv sync --group test
if $clean {
run-cmd cargo llvm-cov clean
}
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ source = "https://github.com/cpp-linter/cpp-linter-rs"
tracker = "https://github.com/cpp-linter/cpp-linter-rs/issues"

[tool.maturin]
features = ["pyo3/extension-module"]
include = [
{path = "cpp_linter.pyi", format = "sdist"},
{path = "LICENSE", format = "sdist"},
Expand All @@ -53,9 +52,7 @@ manifest-path = "bindings/python/Cargo.toml"

[dependency-groups]
dev = [
"maturin==1.13.3",
"mypy==2.1.0",
"patchelf==0.17.2.2 ; sys_platform == 'linux'",
"pre-commit>=4.3.0",
"ruff==0.15.16",
]
Expand Down
4 changes: 0 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading