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 00beb54 commit 7aa30a7Copy full SHA for 7aa30a7
extensions/positron-python/.config/CredScanSuppressions.json
@@ -0,0 +1,11 @@
1
+{
2
+ "tool": "Credential Scanner",
3
+ "suppressions": [
4
+ {
5
+ "file": [
6
+ ".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command/register.py"
7
+ ],
8
+ "_justification": "These are not real passwords. For documentation purposes only."
9
+ }
10
+ ]
11
0 commit comments