We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667db28 commit 260b286Copy full SHA for 260b286
requirements.txt
@@ -1,7 +1,8 @@
1
+# allow pip to check for pre-releases from test-pypi
2
+--extra-index-url=https://test.pypi.org/simple/
3
# Install clang-tools binaries (clang-format, clang-tidy)
4
# For details please see: https://github.com/cpp-linter/clang-tools-pip
5
clang-tools==0.13.1
-
6
# cpp-linter core Python executable package
-# For details please see: https://github.com/cpp-linter/cpp-linter
7
-cpp-linter==1.10.4
+# For details please see: https://github.com/cpp-linter/cpp-linter-rs
8
+cpp-linter==2.0.0rc9
0 commit comments