Skip to content

Commit 92045d3

Browse files
committed
switch to git src
1 parent 491ae9c commit 92045d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# allow pip to check for pre-releases from test-pypi
12
--extra-index-url=https://test.pypi.org/simple/
23
# Install clang-tools binaries (clang-format, clang-tidy)
34
# For details please see: https://github.com/cpp-linter/clang-tools-pip
45
clang-tools==0.13.1
56
# cpp-linter core Python executable package
6-
# For details please see: https://github.com/cpp-linter/cpp-linter
7-
cpp-linter==2.0.0rc8
7+
# For details please see: https://github.com/cpp-linter/cpp-linter-rs
8+
# cpp-linter==2.0.0rc8
9+
git+https://github.com/cpp-linter/cpp-linter-rs.git@fix-rogue-review-comments

0 commit comments

Comments
 (0)