From 92045d335ca52482ab151f251b79385c6282d1b9 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 26 Nov 2024 16:05:44 -0800 Subject: [PATCH] switch to git src --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d0d525..5164136 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ +# allow pip to check for pre-releases from test-pypi --extra-index-url=https://test.pypi.org/simple/ # Install clang-tools binaries (clang-format, clang-tidy) # For details please see: https://github.com/cpp-linter/clang-tools-pip clang-tools==0.13.1 # cpp-linter core Python executable package -# For details please see: https://github.com/cpp-linter/cpp-linter -cpp-linter==2.0.0rc8 +# For details please see: https://github.com/cpp-linter/cpp-linter-rs +# cpp-linter==2.0.0rc8 +git+https://github.com/cpp-linter/cpp-linter-rs.git@fix-rogue-review-comments